summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 739c91e..518ea56 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ else
CFLAGS += -Wall -W
+ifdef LOGALLOC
+CFLAGS += -DLOGALLOC
+endif
+
ifdef RELEASE
ifndef VERSION
VERSION := $(RELEASE)
@@ -40,7 +44,7 @@ endif
SRC := ../
MODULES := main malloc ustring error help licence version misc
-MODULES += input
+MODULES += input keywords contents index style
OBJECTS := $(addsuffix .o,$(MODULES))
DEPS := $(addsuffix .d,$(MODULES))