summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))