Another windows fix.

This commit is contained in:
ccd0 2016-04-12 06:17:51 -07:00
parent b6e8ddb958
commit 707709fa9f

View File

@ -5,7 +5,7 @@ ifeq "$(OS)" "Windows_NT"
RMDIR := -rmdir /s /q
RM := -del
CP = copy /y $(subst /,\,$<) $(subst /,\,$@)
MKDIR = mkdir $(subst /,\,$@)
MKDIR = -mkdir $(subst /,\,$@)
else
BIN := node_modules/.bin/
RMDIR := rm -rf