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