bench runner was not being rebuilt

This commit is contained in:
Simon Michael 2009-05-29 19:09:12 +00:00
parent 5081b5b919
commit d6e93bcc7b

View File

@ -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