From 707709fa9f0477d074d33bce45c82a48ff0ed2bc Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 12 Apr 2016 06:17:51 -0700 Subject: [PATCH] Another windows fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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