cdrtools/Gmake.linux

9 lines
93 B
Plaintext
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
#!/bin/sh
MAKEPROG=gmake
export MAKEPROG
# gmake is called 'make' on Linux
exec make "$@"