mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +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 $@
|