summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-12 21:09:37 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-12 21:09:37 +0200 |
commit | eb7c4865b5311ca559b12fe649ea3f865d1f66b5 (patch) | |
tree | 8165f1c587e7e8843a4712febf8136a05d105f60 /Makefile | |
parent | 559f46102c656ace81a262f0edff28b617a7ec88 (diff) |
The map editor now displays it correctly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ############################################################## ################################################################################ |