openssl/GitMake
2022-12-15 23:49:32 +08:00

6 lines
81 B
Bash
Executable File

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