summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-03 18:32:46 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-03 18:32:46 +0200 |
commit | bebf00619c31c27a2902b9a2a1d60b205d4ff007 (patch) | |
tree | de5f07e1e399dc16e9872390c6823d56868a4944 /Makefile | |
parent | 12db456fddd558ae93be6300dd2d156f998760d4 (diff) |
Still working on the main-menu...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ################################################################################ ## CONFIG ###################################################################### ################################################################################ -MODULES ?= css global login map-editor battle asset +MODULES ?= css global main-menu login map-editor battle asset SRC_DIR = ${CURDIR}/src WWW_DIR = ${CURDIR}/www |