Ver código fonte

Update Makefile

pull/1589/head
raysan5 5 anos atrás
pai
commit
a474511356
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      templates/advance_game/Makefile

+ 3
- 0
templates/advance_game/Makefile Ver arquivo

@ -185,6 +185,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
MAKE = mingw32-make
endif
endif
ifeq ($(PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
# Define compiler flags:
# -O1 defines optimization level

Carregando…
Cancelar
Salvar