summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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))