summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-04 14:51:51 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-04 14:51:51 +0200 |
commit | bdb3ee493c5b5ad03b7ce189011422a1c6798dd1 (patch) | |
tree | 0ce3576ba29c7f936f10c186acfd0da669b0285b /Makefile | |
parent | 09bdaed7100ac97392e152a488d21db016952213 (diff) |
Starting to work on the DB implementation.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= battlemap +MODULES ?= battlemap db MODULES_DIR ?= ${CURDIR}/src YAWS_CONFIG_TEMPLATE ?= ${CURDIR}/conf/yaws.conf.m4 |