diff --git a/Makefile b/Makefile index b7d417b..b070a7f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifeq ($(OS), Windows_NT) libGenDir := src THEN := && PATHSEP := \$(BLANK) - MKDIR := -mkdir + MKDIR := -mkdir -p RM := -del /q COPY = -robocopy "$(call platformpth,$1)" "$(call platformpth,$2)" $3 else @@ -93,4 +93,4 @@ execute: # Clean up all relevant files clean: - $(RM) $(call platformpth, $(buildDir)/*) \ No newline at end of file + $(RM) $(call platformpth, $(buildDir)/*)