Fixed typo.

This commit is contained in:
Oliver Schmidt 2014-03-27 22:07:08 +01:00
parent c9438ae1a7
commit 276a836d7d

View file

@ -33,7 +33,7 @@ ifdef CMD_EXE
MKDIR = mkdir $(subst /,\,$1)
RMDIR = $(if $(DIRLIST),rmdir /s /q $(subst /,\,$(DIRLIST)))
else
NULLDEV = /dev/nul
NULLDEV = /dev/null
MKDIR = mkdir -p $1
RMDIR = $(RM) -r $1
endif