From d08b029fac7b0763f87aa2dcc269a7489d16c26a Mon Sep 17 00:00:00 2001 From: nvalimak Date: Fri, 9 Jan 2009 13:14:54 +0000 Subject: [PATCH] Removed handle.o and pos.o git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@44 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7c5bf06..737484a 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ CC = g++ CPPFLAGS = -Wall -ansi -pedantic -g -O2 -DNDEBUG -testTextCollection_obs = testTextCollection.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o handle.o pos.o rbtree.o dynFMI.o +testTextCollection_obs = testTextCollection.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o all: $(testTextCollection_obs) -- 2.17.1