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