diff options
| author | Teddy Wing | 2015-12-25 20:42:15 -0800 | 
|---|---|---|
| committer | Teddy Wing | 2015-12-25 20:42:15 -0800 | 
| commit | d7f6f6a66c56cc7370aab5794e2172a3ef153602 (patch) | |
| tree | 0d2e44108221e364d6be6567a21a6878f7300f9c | |
| parent | 16fb92126531ca7c98f09a2808821bc7649b88a4 (diff) | |
| download | RoboFont-Equalize-Sidebearings-Key-d7f6f6a66c56cc7370aab5794e2172a3ef153602.tar.bz2 | |
Makefile: Add `archive` target
Create a goal to make a zip archive of the bundled RoboFont extension.
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -8,3 +8,7 @@ clean:  install:  	open 'dist/Equalize Sidebearings.roboFontExt' + +archive: clean build +	rm -f dist/Equalize-Sidebearings.roboFontExt.zip +	cd dist && zip -r Equalize-Sidebearings.roboFontExt.zip 'Equalize Sidebearings.roboFontExt' | 
