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