bloodhound/Makefile
2016-07-06 15:36:19 -05:00

13 lines
174 B
Makefile

build:
stack build
test:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
stack test
ghci:
stack ghci
upload:
stack upload --no-signature .