Sign in
flutter
/
third_party
/
openssl
/
3881d8106df732fc433d30446625dfa2396da42d
/
.
/
GitMake
blob: db300045bbfd796884c42a9c7616517f23b4450d [
file
] [
log
] [
blame
]
Ben Laurie
9fc3ebd
2013-04-06 15:17:30 +0100
[
diff
] [
blame
]
1
#!/bin/sh
2
3
BRANCH
=
`git rev-parse --abbrev-ref HEAD`
4
Ben Laurie
6311681
2013-10-20 21:54:46 +0100
[
diff
] [
blame
]
5
MAKE
=
make
6
which bsdmake
>
/
dev
/
null
&&
MAKE
=
bsdmake
7
$MAKE
-
f makefile
.
$BRANCH $@