author | Alan Dipert
<alan@dipert.org> 2020-04-18 03:04:46 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-04-18 03:04:46 UTC |
parent | 50bdb5c5ceb401bed25c49beb3a3a6a020957c71 |
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 $@)