Files
GmSSL/GitMake
Zhi Guan 3bdc0ea895 update
2015-08-15 15:02:15 +08:00

6 lines
81 B
Bash
Executable File

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