summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-07-12 21:09:37 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-07-12 21:09:37 +0200
commiteb7c4865b5311ca559b12fe649ea3f865d1f66b5 (patch)
tree8165f1c587e7e8843a4712febf8136a05d105f60 /Makefile
parent559f46102c656ace81a262f0edff28b617a7ec88 (diff)
The map editor now displays it correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68fd02c..f47634c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ MODULES ?= battle global asset map-editor
SRC_DIR = ${CURDIR}/src
WWW_DIR = ${CURDIR}/www
+DATA_DIR ?= /my/src/tacticians-server/data/
################################################################################
## MAKEFILE MAGIC ##############################################################
################################################################################