summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 661ebcdc..ac42ea98 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -177,15 +177,12 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
CC = emcc
endif
-# Define default make program: Mingw32-make
-MAKE = mingw32-make
+# Define default make program
+MAKE = make
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
- ifeq ($(PLATFORM_OS),LINUX)
- MAKE = make
- endif
- ifeq ($(PLATFORM_OS),OSX)
- MAKE = make
+ ifeq ($(PLATFORM_OS),WINDOWS)
+ MAKE = mingw32-make
endif
endif