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() {
|
||||
echo "usage: $(basename $0) [fbp]"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue