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