Fixed typo.
This commit is contained in:
parent
c9438ae1a7
commit
276a836d7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue