summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-26 13:41:07 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-26 13:41:07 -0400
commit3a1259dbe647e8acfa62632890deda5ac7524423 (patch)
treeaaf01ea7fa8466305cb4c634a45002fac6b3e0ab /Makefile
parenta4d6c2b4f773a1da564799c6f64d683611e1bd8e (diff)
Label symbols in arm7_rom.s; quiet mwasmarm_patcher; SHA1 checksums for arm7, arm9 binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfb5ed9e..6ba134dd 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ TOOLS_DIR = tools
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)/%=%)
@@ -138,6 +138,7 @@ $(TOOLDIRS):
@$(MAKE) -C $@
$(MWASMARM): patch_mwasmarm
+ @:
patch_mwasmarm:
$(MWASMARM_PATCHER) $(MWASMARM)