summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-07-13 16:05:56 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-07-13 16:05:56 +0200
commitbb65777eca64d868a578d6abdbf054fb05d5d99f (patch)
tree0f2dfcc20f08b40e7aeff91b1bd41ab185d1752e /Makefile
parenteb7c4865b5311ca559b12fe649ea3f865d1f66b5 (diff)
Split data into tacticians-data.
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 ##############################################################
################################################################################