summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-08-09 10:02:07 +0000
committerSimon Tatham <anakin@pobox.com>1999-08-09 10:02:07 +0000
commit12a5351076409e50f10dfa8274da3768b364ff7f (patch)
tree78dfa1386fd20001fe2f68a7ab31a73420f6eaf2 /Makefile
parent0d14833a9c76c51cc7417d8fd60bec9d92714b8e (diff)
downloadhalibut-12a5351076409e50f10dfa8274da3768b364ff7f.zip
halibut-12a5351076409e50f10dfa8274da3768b364ff7f.tar.gz
halibut-12a5351076409e50f10dfa8274da3768b364ff7f.tar.bz2
halibut-12a5351076409e50f10dfa8274da3768b364ff7f.tar.xz
More development; not nearly finished yet
[originally from svn r193]
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))