summaryrefslogtreecommitdiff
path: root/Makefile
blob: 70257fedf061c10951311f8b57ab62febad79546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all
all:
	cabal install --constraint="indentation -trifecta"

repl:
	cd test && ghci -i../src runTests.hs

coverage:
	./run-test-suite.sh --coverage

profile:
	./run-test-suite.sh --profile

hlint:
	hlint -h tool/HLint.hs src test tool