aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf46794..3b0f432 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ run: $(filter $(EXE), $(MAKECMDGOALS))
rebuild: clean all
clean:
+ rm -f $(EXE)
rm -rf "Clean System Files" $(EXE)
copy: