have make continuous run the tests instead

This commit is contained in:
Simon Michael 2008-10-18 00:14:00 +00:00
parent 4b77961380
commit 836992a0b4

View File

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