summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 16:27:28 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 16:27:28 +0100
commit2e75fdaeddf9a50e175cc6e90791671401c66e53 (patch)
treefb493b48a30a5e045153358fc1c03a61c3feddc1
parent2481a2b73ca6f805b13321dede1c6fb608b23b51 (diff)
downloadgall-2e75fdaeddf9a50e175cc6e90791671401c66e53.tar.gz
MAKE: Add gall.tag to the module set
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d5e0d8..ca74156 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
all: test
-MODULES := gall gall.util gall.ll gall.repository gall.object gall.commit
+MODULES := gall gall.util gall.ll \
+ gall.repository gall.object gall.commit gall.tag
LUA_VER := 5.1
INST_BASE := /usr/local