aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2015-12-24 15:50:08 -0800
committerTeddy Wing2015-12-24 15:50:08 -0800
commit461709646387a0a5e40e33aa9a752fcd9d411914 (patch)
tree442f21cdb5fa0ad485c35026b77a103ae88b0f97 /Makefile
parent34e86526537d1209066415464ef1dd96c230ba38 (diff)
downloadRoboFont-Equalize-Sidebearings-Key-461709646387a0a5e40e33aa9a752fcd9d411914.tar.bz2
Add build script to make extension bundle
* Add `info.plist` (apparently it needs to be lowercase, weird, who knew?) that contains the necessary keys for the extension (as per http://robodocs.readthedocs.org/roboFontDocumentation/content/extensions/specification.html#specificationextensions) * Create a build script that copies the necessary files into the extension's bundle folder * Create a Makefile with some build and clean rules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1fed1c1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+build:
+ sh build.sh
+
+clean:
+ rm -rf 'dist/Equalize Sidebearings.roboFontExt'
+
+install:
+ open 'dist/Equalize Sidebearings.roboFontExt'