aboutsummaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/makefile b/examples/makefile
index 2a9e88ba..23931c98 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -202,9 +202,9 @@ EXAMPLES = \
fix_dylib \
-# typing 'make' will invoke the first target entry in the file,
+# typing 'make' will invoke the default target entry called 'all',
# in this case, the 'default' target entry is raylib
-default: examples
+all: examples
# compile all examples
examples: $(EXAMPLES)