repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
introduce hwids package, providing usb.ids and co
[openadk.git]
/
scripts
/
make
blob
e8e518653119ed9f54a2a1fa7590b7d963f9be24
1
#!/usr/bin/env bash
2
# This file is part of the OpenADK project. OpenADK is copyrighted
3
# material, please see the LICENCE file in the top-level directory.
4
5
if
[
-z
"$(which gmake 2>/dev/null)"
];
then
6
/
usr
/
bin
/
make
"$@"
7
else
8
gmake
"$@"
9
fi