Update Makefile

This commit is contained in:
Ray 2024-10-24 01:35:44 +02:00
parent 00c1f0836b
commit eb04154c98

View file

@ -197,7 +197,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make MAKE = mingw32-make
endif endif
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB) ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
MAKE = emmake make MAKE = mingw32-make
endif endif
# Define compiler flags: CFLAGS # Define compiler flags: CFLAGS