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