#!/bin/sh

MAKEPROG=gmake
export MAKEPROG

# gmake is called 'make' on Linux

exec make "$@"


syntax highlighted by Code2HTML, v. 0.9.1