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