diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 13:41:07 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 13:41:07 -0400 |
commit | 3a1259dbe647e8acfa62632890deda5ac7524423 (patch) | |
tree | aaf01ea7fa8466305cb4c634a45002fac6b3e0ab /arm7/Makefile | |
parent | a4d6c2b4f773a1da564799c6f64d683611e1bd8e (diff) |
Label symbols in arm7_rom.s; quiet mwasmarm_patcher; SHA1 checksums for arm7, arm9 binaries
Diffstat (limited to 'arm7/Makefile')
-rw-r--r-- | arm7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index d2c2681d..edf4b913 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -89,7 +89,7 @@ LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start SHA1SUM = sha1sum JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx -MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) +MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm,$(wildcard $(TOOLS_DIR)/*)) TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) @@ -112,7 +112,7 @@ endif MAKEFLAGS += --no-print-directory all: $(ROM) - # @$(SHA1SUM) -c $(TARGET).sha1 + @$(SHA1SUM) -c $(TARGET).sha1 clean: mostlyclean make -C $(TOOLS_DIR)/mwasmarm_patcher clean |