mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-02 06:30:29 +03:00
13 lines
107 B
Makefile
13 lines
107 B
Makefile
|
|
test:
|
|
cabal install --enable-tests
|
|
|
|
build:
|
|
cabal build
|
|
|
|
test-repl:
|
|
cabal repl tests
|
|
|
|
repl:
|
|
cabal repl
|