summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-03 18:56:28 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-03 18:56:28 (GMT)
commit0d385b8dc593b4e8207824d0e8ef9b22d2f9c98d (patch)
tree309712e7cf80ba27f0ab8609f65d79179ee5f547 /Makefile
parent06e3f05ef9b97cf876cbbbc1822e074a38db02ee (diff)
Makefile: Create .zip distributions as well as a tarball
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77618f9..77f5cff 100644
--- a/Makefile
+++ b/Makefile
@@ -134,4 +134,4 @@ dist: docs
(cd $(DIST); ln -s docs/_images/ res)
find $(DIST) -name __pycache__ | xargs $(RM) -r
tar -C .. -zcf $(DIST).tar.gz $(notdir $(DIST))
-
+ (cd ..; zip -9r $(DIST).zip $(notdir $(DIST)))