update continuous target
This commit is contained in:
parent
836992a0b4
commit
cf914879d0
5
Makefile
5
Makefile
@ -7,8 +7,9 @@ build: tag
|
|||||||
$(BUILD)
|
$(BUILD)
|
||||||
|
|
||||||
# build and run whenever a module changes, see http://searchpath.org
|
# build and run whenever a module changes, see http://searchpath.org
|
||||||
continuous:
|
# or the patched http://joyful.com/repos/searchpath
|
||||||
sp -o hledger ghc --make hledger.hs --run test
|
continuous ci:
|
||||||
|
sp --no-exts --no-default-map -o hledger ghc --make hledger.hs --run test
|
||||||
|
|
||||||
profile: build
|
profile: build
|
||||||
$(PROFILE)
|
$(PROFILE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user