summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2017-08-28 06:46:56 -0500
committerDavid McMackins II <contact@mcmackins.org>2017-08-28 06:46:56 -0500
commit573b93ff55b41edde9b0f9bdf955c219f7372dbe (patch)
tree1e46b3d260d2d4e849ab21d654885bf78cb8a690
parentba972843876ed5fea79036f3a20afc2fc65e54f2 (diff)
Update Makefile so that old files are not included in distribution
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4cc867..978e99a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,5 @@ DATA=COPYING COPYING.CC-BY README res/ TRADEMARKS
all: zip
zip:
- zip -ru $(OUT) $(DATA) *.lua
+ rm -f $(OUT)
+ zip -r $(OUT) $(DATA) *.lua