1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-10 13:29:50 +00:00

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