mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-05 21:36:03 +03:00
13 lines
174 B
Makefile
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 .
|