aboutsummaryrefslogtreecommitdiff
path: root/_make/zip.mk
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-01 02:11:03 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-01 02:18:01 +0200
commita5c4651601cdd7653af2e6b4cabefcc0a3ad89d0 (patch)
treeaac7113681710ce7c1ab3b0516f4120f6e8ee483 /_make/zip.mk
parentd0ad0c2edcb04ecdf2144f8095f56bf4e7a6ae06 (diff)
remove zip file before creation
Diffstat (limited to '_make/zip.mk')
-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