From 31d02c77ec523a535baa29086f5ed7ff67f3002f Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 15 Nov 2011 22:07:47 -0500 Subject: [PATCH] Removed test from default make target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b551840..e0789e5 100644 --- 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) -- 2.40.0