summaryrefslogtreecommitdiff
path: root/arm9/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-29 11:29:42 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-29 11:29:42 -0400
commita56c25246a4b14d22ac5fc3b7d0dab6b0fc32908 (patch)
treebbe8325b4900b2c6aca9ccd5cd64b1458f467107 /arm9/Makefile
parentea5d879160e36cab09abd44c8ed68a4008580f4a (diff)
Decompile unk_02006234
Diffstat (limited to 'arm9/Makefile')
-rw-r--r--arm9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/Makefile b/arm9/Makefile
index 6ec32834..994575ff 100644
--- a/arm9/Makefile
+++ b/arm9/Makefile
@@ -202,6 +202,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 := lib/include
######################### Targets ###########################