summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-01-31 10:42:19 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-01-31 10:42:19 +0100
commitecb1cbbd68d112513f11f6545c8da46e67b5a138 (patch)
tree58a2f4466cbfff5c50a84595f50c8c469e5b42ec
parent7c24e9a9b02b04dcaf9507acb94091ea70a2c02d (diff)
downloadpsxsdk-ecb1cbbd68d112513f11f6545c8da46e67b5a138.tar.gz
Changed MAKE_COMMAND from 'gmake' to 'make
-rw-r--r--Makefile.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index 91da0bd..9161753 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -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