openssl/GitMake

8 lines
134 B
Plaintext
Raw Normal View History

2013-04-06 22:17:30 +08:00
#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
2013-10-21 04:54:46 +08:00
MAKE=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH $@