diff options
| author | Teddy Wing | 2018-10-08 18:40:35 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-08 18:40:35 +0200 |
| commit | a630d33808f5ea7a4a2221c5cb202ccd518c1e08 (patch) | |
| tree | 5a14a8eae3bfd537b6a2b619b2ec87adcfdd2438 | |
| parent | d55e24c550c03dfc7d174247d1d96438a62fd4b3 (diff) | |
| download | Word-Count-a630d33808f5ea7a4a2221c5cb202ccd518c1e08.tar.bz2 | |
Makefile: Add target to zip the release .app file
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |
