bloodhound/Makefile

10 lines
134 B
Makefile
Raw Normal View History

2016-07-06 23:33:39 +03:00
build:
stack build
2014-04-07 03:29:46 +04:00
test:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
2016-07-06 23:33:39 +03:00
stack test
2014-05-03 20:41:46 +04:00
2016-07-06 23:33:39 +03:00
ghci:
stack ghci