"make continuous" recompiles and runs whenever a module changes. you rock happs guys.

This commit is contained in:
Simon Michael 2008-10-17 16:59:05 +00:00
parent f696edd502
commit 726594f09a

View File

@ -10,6 +10,10 @@ build: tag
buildopt opt: clean
$(BUILDOPT)
# build and run whenever a module changes, see http://searchpath.org
continuous:
sp -o hledger ghc --make hledger.hs --run
profile: build
$(PROFILE)
mv hledger.prof profs/$(TIME).prof