From: kim Date: Tue, 14 Feb 2012 13:51:32 +0000 (+0000) Subject: Builds the library by default instead of the test program. X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=797af25b1c6f3d1f633a57abec7bd2e6e7cf602b;hp=72aa11ca7df7975f650344e8904a1a690be2480e;p=SXSI%2FTextCollection.git Builds the library by default instead of the test program. git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/branches/TextCollection/library-split@1228 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- 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