Sign in
flutter
/
third_party
/
openssl
/
22b52164aaed31d6e93dbd2d397ace041360e6aa
/
.
/
GitMake
blob: db300045bbfd796884c42a9c7616517f23b4450d [
file
] [
log
] [
blame
]
#!/bin/sh
BRANCH
=
`git rev-parse --abbrev-ref HEAD`
MAKE
=
make
which bsdmake
>
/
dev
/
null
&&
MAKE
=
bsdmake
$MAKE
-
f makefile
.
$BRANCH $@