summaryrefslogtreecommitdiff
path: root/arm7
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-06-28 19:59:18 +0300
committerGitHub <noreply@github.com>2020-06-28 19:59:18 +0300
commit71b374828b8c39900a642f982af40d5087190323 (patch)
tree51410faeb1bc5c52a0dedb6b1189e0dcc31abb4f /arm7
parenta74135539e9945c4e01c4fed8088fde785789c7d (diff)
parentf29f16fd5ff0a38d2ba5b367bab77217dea6769e (diff)
Merge branch 'master' into master
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 ######################