bloodhound/Makefile

23 lines
374 B
Makefile
Raw Normal View History

install-with-test-support:
cabal install --enable-tests
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
cabal test
2014-04-07 03:29:46 +04:00
test:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
cabal clean
cabal test
2014-04-07 03:29:46 +04:00
build:
cabal build
test-repl:
cabal repl tests
repl:
cabal repl
2014-05-03 20:41:46 +04:00
reset:
rm -rf .cabal-sandbox
cabal sandbox init