Update Makefile

This commit is contained in:
raysan5 2021-02-14 16:46:05 +01:00
parent 6037adcace
commit a474511356
1 changed files with 3 additions and 0 deletions

View File

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