From 836992a0b4e4fcde221bfbc0c243ba29ad2a1920 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Oct 2008 00:14:00 +0000 Subject: [PATCH] have make continuous run the tests instead --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f639e3788..b6c1fb5bf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: tag # build and run whenever a module changes, see http://searchpath.org continuous: - sp -o hledger ghc --make hledger.hs --run + sp -o hledger ghc --make hledger.hs --run test profile: build $(PROFILE)