Skip to content

Using gmake instead of make

Dave Parfitt edited this page Jun 16, 2015 · 1 revision

If your platform requires the use of gmake instead of make, erln8 will honor the MAKE_BIN environment variable.

export MAKE_BIN=gmake
or
setenv MAKE_BIN gmake
// depending on the shell you use