From aca9517b3d90180581570596cb5ac768ef8c127e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 3 Dec 2012 17:09:13 +0100 Subject: refactored search command (states): they are now in a separate search.cpp file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3