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