From d6e93bcc7b388a71250b5db229359694ac9a79f6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 May 2009 19:09:12 +0000 Subject: [PATCH] bench runner was not being rebuilt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dc99d1cb..94ac06b44 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ continuous ci: setversion sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) --run $(CICMD) # build the benchmark runner. Requires tabular from hackage. -bench: +bench: tools/bench.hs ghc --make tools/bench.hs # build the doctest runner