From 6311681236779c386137429b0e45ae7a7eb904f4 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 20 Oct 2013 21:54:46 +0100 Subject: Build on MacOS. --- GitMake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'GitMake') diff --git a/GitMake b/GitMake index 47beffd6bc..db300045bb 100755 --- a/GitMake +++ b/GitMake @@ -2,4 +2,6 @@ BRANCH=`git rev-parse --abbrev-ref HEAD` -make -f makefile.$BRANCH $@ +MAKE=make +which bsdmake > /dev/null && MAKE=bsdmake +$MAKE -f makefile.$BRANCH $@ -- cgit v1.2.3