diff --git a/Makefile b/Makefile index 67bfb4020..7a59d34d3 100644 --- a/Makefile +++ b/Makefile @@ -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