Added Count
[SXSI/TextCollection.git] / makefile
index 36094fe..526643b 100644 (file)
--- 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)