add gmake stub

This commit is contained in:
Ella Stanforth 2022-04-19 10:03:32 +00:00
parent 5312debe4f
commit d5cd02a689

View file

@ -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