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