summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-11 16:56:15 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-11 16:56:15 +0200 |
commit | f974d5b263140d8564d7e36ed8cfd0eac1734e2c (patch) | |
tree | 789a49a5689b1ae0cc2a3bf75f0bc23f09c99f1d /Makefile | |
parent | 7b891ce04190365080fb4ef5d8dac68528a81af1 (diff) |
The map editor compiles (but does not work).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= battlemap global asset +MODULES ?= battlemap global asset map-editor SRC_DIR = ${CURDIR}/src WWW_DIR = ${CURDIR}/www |