Replace tab with spaces

This commit is contained in:
asdqwe 2024-10-25 17:42:03 -03:00
parent 6d843feb3b
commit 97a6338f61

View File

@ -197,7 +197,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
ifeq ($(TARGET_PLATFORM),PLATFORM_WEB)
EMMAKE != type emmake
EMMAKE != type emmake
ifneq (, $(EMMAKE))
MAKE = emmake make
else