summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-08 11:54:16 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-08 11:54:16 +0200 |
commit | 0e15e48cf698c6d146ec3a93f844f03509111c6a (patch) | |
tree | 4c2abb69f01d876afc21663e3b6277c412dc9dcd /Makefile | |
parent | 9d0475892354be33fa250b33ff0fc858aedb957a (diff) |
Starting to work on the sign-{in,out,up} page.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= battle css global asset map-editor +MODULES ?= css login map-editor battle asset SRC_DIR = ${CURDIR}/src WWW_DIR = ${CURDIR}/www |