From 6a93f978da1b33d9d72e8a4bfc817764e4bcf921 Mon Sep 17 00:00:00 2001 From: nvalimak Date: Sat, 7 Feb 2009 17:18:43 +0000 Subject: [PATCH] Updated git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@140 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 36094fe..526643b 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ LIBCDSPATH = ../libcds CPPFLAGS = -Wall -ansi -g -O2 -I$(LIBCDSPATH)/includes/ -DNDEBUG LIBCDSA = $(LIBCDSPATH)/lib/libcds.a -testTextCollection_obs = testTextCollection5.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o RLWaveletTree.o GapEncode.o BSGAP.o ${LIBCDSA} +testTextCollection_obs = testTextCollection.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o RLWaveletTree.o GapEncode.o BSGAP.o ${LIBCDSA} all: $(testTextCollection_obs) -- 2.17.1