From 658b9adabededa77cde1642389759b50269d99f7 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 28 Aug 2014 13:30:22 +0000 Subject: You can now use 'make pkg' to build OS X Installer packages for GF The script bin/build-binary-dist.sh has been updated to build either a plain .tar.gz package or OS X Installer package (.pkg). Note that bin/build-binary-dist.sh is designed to build and include the C run-time system in the binary package. If the C run-time system fails to build, no binary package will be created. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3