mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +00:00
Fixed typo.
This commit is contained in:
parent
c9438ae1a7
commit
276a836d7d
@ -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…
x
Reference in New Issue
Block a user