From 049d75520a89fb081ff8b3c0de8dc65c20e1db70 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 18:18:11 +0100 Subject: added buffer ring and preliminary EB...$ implementation * undoing supported * does not yet support globbing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f380eb..49cf315 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LDFLAGS:=$(GTK_LDFLAGS) $(SCI_LDFLAGS) all : sciteco -sciteco : main.o cmdline.o undo.o expressions.o \ +sciteco : main.o cmdline.o undo.o expressions.o qbuffers.o \ parser.o goto.o $(CXX) -o $@ $^ $(LDFLAGS) -- cgit v1.2.3