From: nvalimak Date: Sat, 7 Feb 2009 17:18:43 +0000 (+0000) Subject: Updated X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=6a93f978da1b33d9d72e8a4bfc817764e4bcf921;p=SXSI%2FTextCollection.git Updated git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@140 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- 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)