Sign in
flutter
/
third_party
/
openssl
/
4fa52141b08fca89250805afcf2f112a2e0d3500
/
.
/
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 $@