summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-03-20 18:04:39 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-03-20 18:04:39 +0100
commit7a49310e8d1909201d790e61297caeed0145b0c3 (patch)
tree5e9c2a5d5dd0f8d1e43d16c62b16c6b4fbcf6a79 /Makefile
parentce67d4a66521cd5b3e573ef71ea23d4c60e06d49 (diff)
Starting to work on the Altar page.altar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e9d569..ec9d717 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
-MODULES = battlemap global asset
-SRC_DIR = ${CURDIR}/src
-WWW_DIR = ${CURDIR}/www
+MODULES ?= battlemap global asset
+CONF_DIR ?= ${CURDIR}/conf
+SRC_DIR ?= ${CURDIR}/src
+WWW_DIR ?= ${CURDIR}/www
MODULES_SRC = $(addprefix $(SRC_DIR)/,$(MODULES))
MODULES_WWW = $(addprefix $(WWW_DIR)/,$(MODULES))