commit | 9fc3ebda13af72a9250814aad70e0b09d7b24af1 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@links.org> | Sat Apr 06 15:17:30 2013 +0100 |
committer | Ben Laurie <ben@links.org> | Sat Apr 06 15:17:30 2013 +0100 |
tree | d979c1daba6b0a7533a0d60700c2c2f09eb64216 | |
parent | 1a70fe953a65a1b7ed3814c1bb415814f628ba44 [diff] [blame] |
Helper scripts for one makefile build.
diff --git a/GitMake b/GitMake new file mode 100644 index 0000000..47beffd --- /dev/null +++ b/GitMake
@@ -0,0 +1,5 @@ +#!/bin/sh + +BRANCH=`git rev-parse --abbrev-ref HEAD` + +make -f makefile.$BRANCH $@