bloodhound/Makefile
2014-04-27 00:49:44 -05:00

13 lines
89 B
Makefile

test:
cabal test
build:
cabal build
test-repl:
cabal repl tests
repl:
cabal repl