summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-28 17:01:20 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-28 17:01:20 -0400
commit38350db4c7086a54c9f7f66a9adf1f79d09b1475 (patch)
treea4db9bfaa1c8b85b9c2a73df36415e88dc14aa84 /Makefile
parent8838a4a9ffdc3cbb42993300e436131281780cb8 (diff)
Decompile filesystem.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d9022b38..020ed45a 100644
--- a/Makefile
+++ b/Makefile
@@ -194,6 +194,7 @@ TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%)
TOOLS = $(foreach tool,$(TOOLBASE),$(TOOLS_DIR)/$(tool)/$(tool)$(EXE))
export LM_LICENSE_FILE := $(TOOLS_DIR)/mwccarm/license.dat
+export MWCIncludes := arm9/lib/include
######################### Targets ###########################