5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
MAKEPROG=gmake
|
||
|
export MAKEPROG
|
||
|
exec gmake "$@"
|