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