bloodhound/Makefile
Chris Allen 886ef3ffdd welp.
2014-04-06 18:29:46 -05:00

13 lines
107 B
Makefile

test:
cabal install --enable-tests
build:
cabal build
test-repl:
cabal repl tests
repl:
cabal repl