summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad5c23e01..bb7c3fde3 100644
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,11 @@ html::
# (Tested on Ubuntu 14.04. You need to install dpkg-dev & debhelper.)
deb:
dpkg-buildpackage -b
+
+# Make an OS X Installer package
+pkg:
+ PREFIX=/usr FMT=pkg bash bin/build-binary-dist.sh
+
+# Make a binary tar distribution
+bintar:
+ bash bin/build-binary-dist.sh