Skip to content

Commit e2cd2e3

Browse files
committed
comment metadata
1 parent 8f8101e commit e2cd2e3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

templates/arm9/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ ifeq ($(strip $(DEVKITARM)),)
66
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
77
endif
88

9+
# These set the information text in the nds file
10+
#GAME_TITLE := My Wonderful Homebrew
11+
#GAME_SUBTITLE1 := built with devkitARM
12+
#GAME_SUBTITLE2 := http://devitpro.org
13+
914
include $(DEVKITARM)/ds_rules
1015

1116
#---------------------------------------------------------------------------------
@@ -32,11 +37,6 @@ ICON :=
3237
# this is relative to the Makefile
3338
NITRO :=
3439

35-
# These set the information text in the nds file
36-
GAME_TITLE := Display List example
37-
GAME_SUBTITLE1 := built with devkitARM
38-
GAME_SUBTITLE2 := http://devitpro.org
39-
4040
#---------------------------------------------------------------------------------
4141
# options for code generation
4242
#---------------------------------------------------------------------------------
@@ -173,7 +173,7 @@ else
173173
#---------------------------------------------------------------------------------
174174
# main targets
175175
#---------------------------------------------------------------------------------
176-
$(OUTPUT).nds: $(OUTPUT).elf $(GAME_ICON)
176+
$(OUTPUT).nds: $(OUTPUT).elf $(NITRO_FILES) $(GAME_ICON)
177177
$(OUTPUT).elf: $(OFILES)
178178

179179
# source files depend on generated headers

0 commit comments

Comments
 (0)