Stefan E. Mayer
hace 4 años
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 4 ficheros con
12 adiciones y
0 borrados
-
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:
|
|
|
|