]> pd.if.org Git - hexagon/commitdiff
Removed test from default make target.
authorNathan Wagner <nw@hydaspes.if.org>
Wed, 16 Nov 2011 03:07:47 +0000 (22:07 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Wed, 16 Nov 2011 03:07:47 +0000 (22:07 -0500)
Makefile

index b551840c57c364db23feaabb92ad7beb55d5fe99..e0789e5ba9888d6286f8dec34dfd107911e8f0f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ TESTS= t/cantor.t t/distance.t t/adjacency.t t/range.t t/hexbin.t \
        t/gridsize.t t/center.t t/astar.t
 PREFIX=/usr/local
 
-all:   test libhexagon.a docs
+all:   libhexagon.a docs
 
 clean:
        rm -f $(OBJS) libhexagon.a $(TESTS)
@@ -18,7 +18,7 @@ clean:
 t/%.t:  t/%.o t/tap.o $(OBJS)
        $(CC) -I.. -I. -o $@ $+ $(LDFLAGS)
 
-test:   $(TESTS)
+test:   libhexagon.a $(TESTS)
        @prove --exec '' 2>/dev/null
 
 libhexagon.a:  $(OBJS)