diff options
Diffstat (limited to 'templates/standard_game/Makefile')
| -rw-r--r-- | templates/standard_game/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile index 1855ce8d..4a576e81 100644 --- a/templates/standard_game/Makefile +++ b/templates/standard_game/Makefile @@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),LINUX) MAKE = make endif + ifeq ($(PLATFORM_OS),OSX) + MAKE = make + endif endif # Define compiler flags: |
