aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:18:11 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:18:11 +0100
commit049d75520a89fb081ff8b3c0de8dc65c20e1db70 (patch)
treefddfa5d9ad145582b649aae93b6e1e17c199d018 /Makefile
parent16614be0a5dea0613fedb6bbbb9f0dd8879905a2 (diff)
added buffer ring and preliminary EB...$ implementation
* undoing supported * does not yet support globbing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)