summaryrefslogtreecommitdiff
path: root/objectio/Makefile
diff options
context:
space:
mode:
authorCamil Staps2015-08-19 09:44:03 +0200
committerCamil Staps2015-08-19 09:44:03 +0200
commita9c3ec3ac1a98ed0910f5591efcc78ba3bdc6464 (patch)
treef807eb91bb324e02faacad15fec149f152b03cec /objectio/Makefile
parentChapter 5 examples & tests (diff)
Comments & cleanup
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: