Stefan E. Mayer
il y a 4 ans
committed by
GitHub
Parent
révision
6582084e9b
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
4 fichiers modifiés avec
12 ajouts et
0 suppressions
-
projects/4coder/Makefile
-
templates/advance_game/Makefile
-
templates/simple_game/Makefile
-
templates/standard_game/Makefile
|
|
@ -177,6 +177,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) |
|
|
|
ifeq ($(PLATFORM_OS),LINUX) |
|
|
|
MAKE = make |
|
|
|
endif |
|
|
|
ifeq ($(PLATFORM_OS),OSX) |
|
|
|
MAKE = make |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
# Define compiler flags:
|
|
|
|
|
|
@ -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:
|
|
|
|
|
|
@ -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:
|
|
|
|
|
|
@ -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:
|
|
|
|