Changed MAKE_COMMAND from 'gmake' to 'make

This commit is contained in:
Xavi Del Campo 2020-01-31 10:42:19 +01:00
parent 7c24e9a9b0
commit ecb1cbbd68
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TOOLCHAIN_PREFIX = /usr/local/psxsdk
# Make command
# Tip: Set to gmake on *BSD
MAKE_COMMAND = gmake
MAKE_COMMAND = make
# Build C++ support
# Set the line below to `no' to disable C++ support