Files
GmSSL/GitMake
zhaoxiaomeng 53af3b51ae quantum init
2018-01-04 13:40:59 +08:00

6 lines
81 B
Bash
Executable File

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