bloodhound/Makefile

27 lines
424 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
2016-08-21 08:30:16 +03:00
echo-warn:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
2016-08-21 08:30:16 +03:00
test: echo-warn
2016-07-06 23:33:39 +03:00
stack test
2014-05-03 20:41:46 +04:00
2016-08-21 08:30:16 +03:00
7.8-build:
STACK_YAML="stack-7.8.yaml" stack build
7.8-test: echo-warn
STACK_YAML="stack-7.8.yaml" stack test
8.0-build:
STACK_YAML="stack-8.0.yaml" stack build
8.0-test: echo-warn
STACK_YAML="stack-8.0.yaml" stack test
2016-07-06 23:33:39 +03:00
ghci:
stack ghci
2016-07-06 23:36:19 +03:00
upload:
stack upload --no-signature .