aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-25 20:42:15 -0800
committerTeddy Wing2015-12-25 20:42:15 -0800
commitd7f6f6a66c56cc7370aab5794e2172a3ef153602 (patch)
tree0d2e44108221e364d6be6567a21a6878f7300f9c /Makefile
parent16fb92126531ca7c98f09a2808821bc7649b88a4 (diff)
downloadRoboFont-Equalize-Sidebearings-Key-d7f6f6a66c56cc7370aab5794e2172a3ef153602.tar.bz2
Makefile: Add `archive` target
Create a goal to make a zip archive of the bundled RoboFont extension.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e88f005..8d26e81 100644
--- a/Makefile
+++ b/Makefile
@@ -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'