Another windows fix.
This commit is contained in:
parent
b6e8ddb958
commit
707709fa9f
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ ifeq "$(OS)" "Windows_NT"
|
|||||||
RMDIR := -rmdir /s /q
|
RMDIR := -rmdir /s /q
|
||||||
RM := -del
|
RM := -del
|
||||||
CP = copy /y $(subst /,\,$<) $(subst /,\,$@)
|
CP = copy /y $(subst /,\,$<) $(subst /,\,$@)
|
||||||
MKDIR = mkdir $(subst /,\,$@)
|
MKDIR = -mkdir $(subst /,\,$@)
|
||||||
else
|
else
|
||||||
BIN := node_modules/.bin/
|
BIN := node_modules/.bin/
|
||||||
RMDIR := rm -rf
|
RMDIR := rm -rf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user