git » jacl.git » commit 7b96549

Makefile

author Alan Dipert
2020-04-18 03:04:46 UTC
committer Alan Dipert
2020-04-18 03:04:46 UTC
parent 50bdb5c5ceb401bed25c49beb3a3a6a020957c71

Makefile

Makefile +1 -0

diff --git a/Makefile b/Makefile
index f90151e..1dd4097 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ index.html: index.html.m4 README.md
 
 jacl-dist.zip: $(DIST_FILES)
 	rm -f $@
+	rm -rf $(basename $@)
 	mkdir -p $(basename $@)
 	cp -R $^ $(basename $@)
 	zip $@ -r $(basename $@)