cdrtools/Gmake
2025-06-15 04:19:58 +08:00

5 lines
57 B
Bash
Executable File

#!/bin/sh
MAKEPROG=gmake
export MAKEPROG
exec gmake "$@"