summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-02 16:42:17 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-02 16:42:17 +0200 |
commit | 0ea2e3879cda3166851f58ca0a342d5bfb5e5742 (patch) | |
tree | afaaa36ac91406f0efc3a4919fa98880d5141129 /Makefile | |
parent | b43d3bdca8e53517ee4f1027f410c0f6478f54f0 (diff) |
Moves to the new tile format.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= battle global asset map-editor +MODULES ?= battle global asset #map-editor SRC_DIR = ${CURDIR}/src WWW_DIR = ${CURDIR}/www |