]> Git — Sourcephile - haskell/symantic-parser.git/blob - Makefile
Add runParser
[haskell/symantic-parser.git] / Makefile
1 repl:
2 cabal repl
3
4 t:
5 cabal test --test-show-details always
6 t/prof:
7 cabal test --enable-profiling --enable-library-coverage --enable-coverage --test-show-details always
8 t/accept:
9 cabal test --test-show-details always --test-options --accept
10
11 doc:
12 cabal haddock --haddock-css ocean --haddock-hyperlink-source