Minor fixes found while working on packaging
[doneit] / Makefile
index 929ead8..f23e6fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ test: $(OBJ)
 
 build: $(OBJ)
        rm -Rf $(BUILD_PATH)
+       rm -Rf ./package
        mkdir $(BUILD_PATH)
        cp $(SOURCE_PATH)/$(PROJECT_NAME).py  $(BUILD_PATH)
        $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )