bloodhound/Makefile
2016-07-06 15:33:39 -05:00

10 lines
134 B
Makefile

build:
stack build
test:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
stack test
ghci:
stack ghci