mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||
|
|
||
|
make -f makefile.$BRANCH $@
|