summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f47634c..5f74e98 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ MODULES ?= battle global asset map-editor
SRC_DIR = ${CURDIR}/src
WWW_DIR = ${CURDIR}/www
-DATA_DIR ?= /my/src/tacticians-server/data/
+DATA_DIR ?= /my/src/tacticians-data/
+
################################################################################
## MAKEFILE MAGIC ##############################################################
################################################################################