From f85fdcd11657a7adcec913a275adeaf90134d841 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 21 Feb 2020 22:06:37 -0600 Subject: [PATCH] Fix auto builds missing i18n files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 510ef348d..a64e15def 100755 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ sound: $(MAKE) -C sound #--------------------------------------------------------------------------------- -$(TARGET).nds : graphics sound $(NITRO_FILES) arm9/$(TARGET).elf +$(TARGET).nds : graphics sound lang $(NITRO_FILES) arm9/$(TARGET).elf ndstool -c $(TARGET).nds -9 arm9/$(TARGET).elf \ -b1 icon.bmp "$(GAME_TITLE);$(GAME_SUBTITLE1)" $(_ADDFILES) \ -z 80040000 -u 00030004 -a 00000138