add gmake stub
This commit is contained in:
parent
5312debe4f
commit
d5cd02a689
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ command -V bad 2>/dev/null || bad() {
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bad --gmake command -V gmake 2> /dev/null || gmake() {
|
||||||
|
make "$@"
|
||||||
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "usage: $(basename $0) [fbp]"
|
echo "usage: $(basename $0) [fbp]"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue