summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1029599d1585d1c0d3325f84ad62c51acacb768a (plain)
1
2
3
4
5
6
7
8
9
# Generate the docs and copy them to the website dir
haddock:
	cabal haddock --hyperlink-source
	rm -rf web/reference/
	cp -r dist/doc/html/hakyll/ web/reference/

# Run the tests
test:
	runghc -isrc -itests tests/TestSuite.hs