diff options
Diffstat (limited to 'templates/simple_game/makefile')
| -rw-r--r-- | templates/simple_game/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/simple_game/makefile b/templates/simple_game/makefile index 41fef740..c94389a4 100644 --- a/templates/simple_game/makefile +++ b/templates/simple_game/makefile @@ -154,9 +154,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 simple_game -default: simple_game +all: simple_game # compile template - simple_game simple_game: simple_game.c screens.o |
