aboutsummaryrefslogtreecommitdiff
path: root/templates/standard_game/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/standard_game/makefile')
-rw-r--r--templates/standard_game/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/standard_game/makefile b/templates/standard_game/makefile
index 90f0e6f2..ca4ed475 100644
--- a/templates/standard_game/makefile
+++ b/templates/standard_game/makefile
@@ -162,9 +162,9 @@ SCREENS = \
screens/screen_gameplay.o \
screens/screen_ending.o \
-# 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 standard_game
-default: standard_game
+all: standard_game
# compile template - standard_game
standard_game: standard_game.c $(SCREENS)