summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 16:05:56 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 16:05:56 +0200 |
commit | bb65777eca64d868a578d6abdbf054fb05d5d99f (patch) | |
tree | 0f2dfcc20f08b40e7aeff91b1bd41ab185d1752e /Makefile | |
parent | eb7c4865b5311ca559b12fe649ea3f865d1f66b5 (diff) |
Split data into tacticians-data.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ############################################################## ################################################################################ |