summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2021-02-05 02:00:25 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2021-02-05 02:00:25 -0500
commita2c689698a8b16cc72615bd020f938ebe104b87e (patch)
tree5a23601e6c289690478cc4469be9bbf15f73c245 /Makefile
parent3f486290f6a006af601b41eb469ac72bed1c91d1 (diff)
port over and implement asm processor for NONMATCHINGS. thanks hondew!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881aa3a1..5189c062 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ MAKEROM = $(WINE) $(TOOLS_DIR)/bin/makerom.exe
FIXROM = $(TOOLS_DIR)/fixrom/fixrom$(EXE)
NTRCOMP = $(WINE) $(TOOLS_DIR)/bin/ntrcomp.exe
-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))