Browse Source

Update Makefile

raysan5 4 years ago
parent
commit
a474511356
1 changed files with 3 additions and 0 deletions
  1. 3 0
      templates/advance_game/Makefile

+ 3 - 0
templates/advance_game/Makefile

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