diff --git a/dkarm-eabi/rules/ds_rules b/dkarm-eabi/rules/ds_rules index 8ce0523..97a4d82 100644 --- a/dkarm-eabi/rules/ds_rules +++ b/dkarm-eabi/rules/ds_rules @@ -28,7 +28,11 @@ endif #--------------------------------------------------------------------------------- %.nds: %.arm9 - @echo $(_ADDFILES) + @ndstool -c $@ -9 $< -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" $(_ADDFILES) + @echo built ... $(notdir $@) + +#--------------------------------------------------------------------------------- +%.nds: %.elf @ndstool -c $@ -9 $< -b $(GAME_ICON) "$(GAME_TITLE);$(GAME_SUBTITLE1);$(GAME_SUBTITLE2)" $(_ADDFILES) @echo built ... $(notdir $@)