mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-12 14:32:23 +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 .
|