aboutsummaryrefslogtreecommitdiff
path: root/templates/basic_test/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic_test/makefile')
-rw-r--r--templates/basic_test/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/basic_test/makefile b/templates/basic_test/makefile
index a0ed2608..5654b224 100644
--- a/templates/basic_test/makefile
+++ b/templates/basic_test/makefile
@@ -153,9 +153,9 @@ ifeq ($(PLATFORM),PLATFORM_WEB)
EXT = .html
endif
-# 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 basic_test
-default: basic_test
+all: basic_test
# compile template - basic_test
basic_test: basic_test.c