mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-25 20:04:02 -05:00
silence ndstool rule
This commit is contained in:
@@ -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 $@)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user