openssl/GitMake

6 lines
81 B
Plaintext
Raw Normal View History

2013-06-13 15:09:48 +01:00
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
make -f makefile.$BRANCH $@