Helper scripts for one makefile build.
[openssl.git] / GitMake
diff --git a/GitMake b/GitMake
new file mode 100644 (file)
index 0000000..47beffd
--- /dev/null
+++ b/GitMake
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+BRANCH=`git rev-parse --abbrev-ref HEAD`
+
+make -f makefile.$BRANCH $@