silence ndstool rule

This commit is contained in:
Dave Murphy 2009-04-26 18:02:38 +00:00
parent 840eb408d1
commit 77498469ef

View File

@ -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 $@)
#---------------------------------------------------------------------------------