update continuous target

This commit is contained in:
Simon Michael 2008-11-08 20:25:22 +00:00
parent 836992a0b4
commit cf914879d0

View File

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