bloodhound/Makefile

13 lines
107 B
Makefile
Raw Normal View History

2014-04-07 03:29:46 +04:00
test:
cabal install --enable-tests
build:
cabal build
test-repl:
cabal repl tests
repl:
cabal repl