From 77498469ef35212835fd08c30dcfdfb9f012d06d Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 26 Apr 2009 18:02:38 +0000 Subject: [PATCH] silence ndstool rule --- dkarm-eabi/rules/ds_rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@) #---------------------------------------------------------------------------------