aboutsummaryrefslogtreecommitdiff
path: root/_make
diff options
context:
space:
mode:
Diffstat (limited to '_make')
-rw-r--r--_make/zip.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/_make/zip.mk b/_make/zip.mk
index be2d268..92bd94f 100644
--- a/_make/zip.mk
+++ b/_make/zip.mk
@@ -9,6 +9,7 @@
# * include this make snippet
zip: $(ZIPFILES)
+ rm -f $(ZIPNAME).zip
zip -r $(ZIPNAME).zip $^
.PHONY: zip