summaryrefslogtreecommitdiff
path: root/json_data_rules.mk
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-06-21 20:47:44 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-06-21 20:47:44 -0400
commitba0fe59140dfe76c77e60746396326115a9c460e (patch)
tree5fe9b6d72f9a4b3d7c9c1bbe78904780b9ae7d30 /json_data_rules.mk
parent010db05e735e0ac11efcf0d800205324cc0f2be9 (diff)
Fix building and update build instructions
Diffstat (limited to 'json_data_rules.mk')
-rw-r--r--json_data_rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_data_rules.mk b/json_data_rules.mk
index 1c731078a..980e63e88 100644
--- a/json_data_rules.mk
+++ b/json_data_rules.mk
@@ -6,4 +6,4 @@ AUTO_GEN_TARGETS += src/data/items.h
src/data/items.h: src/data/items.json src/data/items.json.txt
$(JSONPROC) $^ $@
-$(BUILD_DIR)/src/item.o: C_DEP += src/data/items.h
+$(C_BUILDDIR)/item.o: c_dep += src/data/items.h