From a5c4651601cdd7653af2e6b4cabefcc0a3ad89d0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 1 May 2025 02:11:03 +0200 Subject: remove zip file before creation --- _make/zip.mk | 1 + 1 file changed, 1 insertion(+) (limited to '_make/zip.mk') 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 -- cgit v1.2.3