6 lines
81 B
Text
6 lines
81 B
Text
|
#!/bin/sh
|
||
|
|
||
|
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||
|
|
||
|
make -f makefile.$BRANCH $@
|