mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
|
|
|
make -f makefile.$BRANCH $@
|