Browse Source

Update Makefile

Ray 9 months ago
parent
commit
eb04154c98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/Makefile

+ 1 - 1
examples/Makefile

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