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