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