From 797af25b1c6f3d1f633a57abec7bd2e6e7cf602b Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 14 Feb 2012 13:51:32 +0000 Subject: [PATCH] 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 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1