summaryrefslogtreecommitdiffstats
path: root/GitMake
diff options
context:
space:
mode:
Diffstat (limited to 'GitMake')
-rwxr-xr-xGitMake5
1 files changed, 5 insertions, 0 deletions
diff --git a/GitMake b/GitMake
new file mode 100755
index 0000000000..47beffd6bc
--- /dev/null
+++ b/GitMake
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+BRANCH=`git rev-parse --abbrev-ref HEAD`
+
+make -f makefile.$BRANCH $@