From 8511f4ae900f48999617bc8384e9c327673e2196 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 20 Oct 1999 20:17:18 +0000 Subject: First backend! Text output now pretty much works. [originally from svn r240] --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d89b105..89843cc 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ SRC := ../ MODULES := main malloc ustring error help licence version misc tree23 MODULES += input keywords contents index style biblio +MODULES += bk_text OBJECTS := $(addsuffix .o,$(MODULES)) DEPS := $(addsuffix .d,$(MODULES)) -- cgit v1.1