aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 087c282..b0123a5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,7 @@ archive: clean-release release
-archivePath build/Release.xcarchive \
-exportOptionsPlist export-options.plist \
-exportPath build
+
+zip: archive
+ cd build; \
+ zip -r 'Word Count.zip' 'Word Count.app'