X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=makefile;h=f6d781c3935bee1291ee1d7797dfed90e1a86ea8;hb=797af25b1c6f3d1f633a57abec7bd2e6e7cf602b;hp=92d83d8822277decdac67848241e9683d6dd6ece;hpb=72aa11ca7df7975f650344e8904a1a690be2480e;p=SXSI%2FTextCollection.git diff --git a/makefile b/makefile index 92d83d8..f6d781c 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ TCDebug_obs = bittree.o rbtree.o dynFMI.o TEXTCOLLECTION_A=libTextCollection.a -all: testTextCollection +all: $(TEXTCOLLECTION_A) testTextCollection: testTextCollection.o $(TextCollection_obs) $(LIBS) $(TCDebug_obs) HeapProfiler.o $(CC) -o testTextCollection testTextCollection.o $(TextCollection_obs) $(LIBS) $(TCDebug_obs) HeapProfiler.o