Makefile: Build profiling libraries in 'prep', added 'prof' target.
This commit is contained in:
parent
cd4408de5c
commit
c2b520fb36
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -6,8 +6,11 @@
|
|||
all:
|
||||
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
|
||||
|
||||
prof:
|
||||
cabal-dev configure --enable-library-profiling --enable-executable-profiling && cabal-dev build
|
||||
|
||||
prep: pandoc-types citeproc-hs
|
||||
cabal-dev install-deps --enable-tests --enable-benchmarks
|
||||
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks
|
||||
|
||||
quick:
|
||||
cabal-dev configure --enable-tests --disable-optimization && cabal-dev build
|
||||
|
|
Loading…
Add table
Reference in a new issue