aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-10-08 18:40:35 +0200
committerTeddy Wing2018-10-08 18:40:35 +0200
commita630d33808f5ea7a4a2221c5cb202ccd518c1e08 (patch)
tree5a14a8eae3bfd537b6a2b619b2ec87adcfdd2438 /Makefile
parentd55e24c550c03dfc7d174247d1d96438a62fd4b3 (diff)
downloadWord-Count-a630d33808f5ea7a4a2221c5cb202ccd518c1e08.tar.bz2
Makefile: Add target to zip the release .app file
Diffstat (limited to 'Makefile')
-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'