Parcourir la source

Update Makefile

pull/1589/head
raysan5 il y a 4 ans
Parent
révision
a474511356
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      templates/advance_game/Makefile

+ 3
- 0
templates/advance_game/Makefile Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer