summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 16:02:58 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 16:02:58 +0200 |
commit | b60978b4dacb355fbd12779fb4f8089a7321883d (patch) | |
tree | 266b396622e7ed3b3e9f33d1e585fa08e54da46d /Makefile | |
parent | 7a303fc22b00a1d60600a9802e5e392521221d82 (diff) |
Split data into tacticians-data.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ BIN_DIR ?= ${CURDIR}/ebin INCLUDE_DIR ?= ${CURDIR}/include WWW_DIR ?= ${CURDIR}/www LOG_DIR ?= ${CURDIR}/log -DATA_DIR ?= ${CURDIR}/data +DATA_DIR ?= /my/src/tacticians-data/ ## Local only? #ERL_NAME_VS_SNAME ?= -name |