openssl/GitMake

6 lines
81 B
Text
Raw Normal View History

2013-04-06 14:17:30 +00:00
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
make -f makefile.$BRANCH $@