From cf914879d0c7e131bacd762d7e4e7efc8994f7e5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 8 Nov 2008 20:25:22 +0000 Subject: [PATCH] update continuous target --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b6c1fb5bf..541fe7f15 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,9 @@ build: tag $(BUILD) # build and run whenever a module changes, see http://searchpath.org -continuous: - sp -o hledger ghc --make hledger.hs --run test +# or the patched http://joyful.com/repos/searchpath +continuous ci: + sp --no-exts --no-default-map -o hledger ghc --make hledger.hs --run test profile: build $(PROFILE)