summaryrefslogtreecommitdiff
path: root/arm7
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-06-28 19:59:00 +0300
committerGitHub <noreply@github.com>2020-06-28 19:59:00 +0300
commitf29f16fd5ff0a38d2ba5b367bab77217dea6769e (patch)
tree358b53e93b3c9737d277e12d893f8988779da23e /arm7
parentf4e8c9289b47f1bf3cb83b96074f4f3e540d51ac (diff)
parente53c2163e58aa8fc39e5f4a06a906d0bb89ecd88 (diff)
Merge pull request #193 from PikalaxALT/pikalax_work
Build Pokemon Pearl
Diffstat (limited to 'arm7')
-rw-r--r--arm7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/Makefile b/arm7/Makefile
index 1b0cd3c3..abb7cf03 100644
--- a/arm7/Makefile
+++ b/arm7/Makefile
@@ -154,7 +154,7 @@ ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS))
######################## Special Rules ########################
# TODO: Move out to lib/Makefile
-build/lib/src/%.o: MWCCVERSION = 1.2/sp2p3
+$(BUILD_DIR)/lib/src/%.o: MWCCVERSION = 1.2/sp2p3
####################### Everything Else ######################