2
0
mirror of https://github.com/openssl/openssl.git synced 2025-02-17 14:32:04 +08:00
openssl/GitMake
2014-02-09 12:49:04 +00:00

8 lines
134 B
Bash
Executable File

#!/bin/sh
BRANCH=`git rev-parse --abbrev-ref HEAD`
MAKE=make
which bsdmake > /dev/null && MAKE=bsdmake
$MAKE -f makefile.$BRANCH $@