openssl/GitMake
2013-04-06 15:22:28 +01:00

5 lines
81 B
Bash
Executable file

#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
make -f makefile.$BRANCH $@