summaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-02-14 16:46:05 +0100
committerraysan5 <[email protected]>2021-02-14 16:46:05 +0100
commita474511356171a8863a9a01a7ed7b79e9dc26d3f (patch)
tree6cc15c5dd42fb9fb9a8697942942cec0bcf2b075 /templates
parent6037adcace534a482f8b59d471500a546e57e758 (diff)
downloadraylib-a474511356171a8863a9a01a7ed7b79e9dc26d3f.tar.gz
raylib-a474511356171a8863a9a01a7ed7b79e9dc26d3f.zip
Update Makefile
Diffstat (limited to 'templates')
-rw-r--r--templates/advance_game/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile
index 34881d4a..8875f379 100644
--- a/templates/advance_game/Makefile
+++ b/templates/advance_game/Makefile
@@ -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