esqueleto/Makefile
2017-05-04 21:45:35 -05:00

17 lines
208 B
Makefile

build: build-7.10
build-7.10:
STACK_YAML="stack-7.10.yaml" stack build
build-8.0:
STACK_YAML="stack-8.0.yaml" stack build
ghci:
stack ghci
test:
stack test
test-ghci:
stack ghci esqueleto:test:test