fix make clean for windows
authorJim Morris <morris@wolfman.com>
Wed, 11 Jan 2017 04:36:34 +0000 (20:36 -0800)
committerJim Morris <morris@wolfman.com>
Wed, 11 Jan 2017 04:36:34 +0000 (20:36 -0800)
build/common.mk

index 01f152d..6599646 100755 (executable)
@@ -283,7 +283,7 @@ size: $(OUTDIR)/$(PROJECT).elf
 
 clean:
        @echo Cleaning up all build generated files
-       $(Q) $(REMOVE_DIR) $(OUTDIR) $(QUIET)
+       $(Q) $(REMOVE_DIR) $(call convert-slash,$(OUTDIR)) $(QUIET)
 
 -include $(DEPFILES)