From 97a6338f61aa0d51aaf59c1b2ef69523c3ee7a79 Mon Sep 17 00:00:00 2001 From: asdqwe Date: Fri, 25 Oct 2024 17:42:03 -0300 Subject: [PATCH] Replace tab with spaces --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index af0dc9e4..3961152c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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