summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-28 18:06:31 -0400
committerGitHub <noreply@github.com>2020-05-28 18:06:31 -0400
commit4c3bc7f7584e7e728de5735f45bb2f92fca5bf71 (patch)
treeea398adcdd1ebcf7e0bfd4b91a40263dfb4b0681 /Makefile
parent44da9faaaaf845b068bb4d843ab3c2e84d45822e (diff)
parent7409f8908ec914664c29686a11e2eef40f087594 (diff)
Merge pull request #121 from PikalaxALT/pikalax_work
Pikalax work
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 ###########################