Added a building and running script, for ease.

git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@138424 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Kyle Sammons
2015-07-07 20:44:16 +00:00
parent ec8a25b7b4
commit a5ca0aaa99
2 changed files with 11 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
if [ "$(id -u)" != "0" ]; then
echo "This build script requires you to run as root. " 1>&2
exit 1
fi
cd Pallet/
make
build/Build/Products/Debug/Pallet.app/Contents/MacOS/Pallet