aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-03 17:09:13 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-03 17:09:13 +0100
commitaca9517b3d90180581570596cb5ac768ef8c127e (patch)
tree2f7bc6a0a180af4fb03bf6b3085d304b0a964302 /Makefile
parent14246a1c5a8b542eadd19d74640d9e69c7df9b98 (diff)
refactored search command (states): they are now in a separate search.cpp file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f26d82..91dc300 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ CPPFLAGS+=-Icompat
endif
MINIMAL_OBJS:=main.o cmdline.o undo.o expressions.o qbuffers.o \
- parser.o goto.o rbtree.o symbols.o \
+ parser.o search.o goto.o rbtree.o symbols.o \
interface.a
all : sciteco