summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-17 16:56:37 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-17 16:56:37 +0100 |
commit | 22f9d35f6fc5a6961cbfc634f7a287754231ed43 (patch) | |
tree | f973ab321151a43b052984f17a7ec3cb550b5e1a /Makefile | |
parent | 376929d6cd7c237faae1c9746733366e8d6f455a (diff) |
That should do it!elm-0.19
What's being exchanged with the server in the battle module is not up to
date though...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= css global main-menu login roster-editor map-editor asset #battle +MODULES ?= css global main-menu login roster-editor map-editor asset battle SRC_DIR = ${CURDIR}/src WWW_DIR = ${CURDIR}/www |