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