diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2021-02-05 02:00:25 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2021-02-05 02:00:25 -0500 |
commit | a2c689698a8b16cc72615bd020f938ebe104b87e (patch) | |
tree | 5a23601e6c289690478cc4469be9bbf15f73c245 /arm7 | |
parent | 3f486290f6a006af601b41eb469ac72bed1c91d1 (diff) |
port over and implement asm processor for NONMATCHINGS. thanks hondew!
Diffstat (limited to 'arm7')
-rw-r--r-- | arm7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index 88f796a0..f983c654 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -102,7 +102,7 @@ GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx SCANINC = $(TOOLS_DIR)/scaninc/scaninc$(EXE) MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q -TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS_DIR)/*)) +TOOLDIRS = $(filter-out $(TOOLS_DIR)/asm_processor $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS_DIR)/*)) TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) TOOLS = $(foreach tool,$(TOOLBASE),$(TOOLS_DIR)/$(tool)/$(tool)$(EXE)) |