Makefile: Added 'quick' target.
This commit is contained in:
parent
118cdad8e8
commit
fd8ad0413b
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -9,6 +9,10 @@ CABALARGS=-fmake-pandoc-man-pages --enable-tests --enable-benchmarks
|
|||
|
||||
all: build test
|
||||
|
||||
quick:
|
||||
cabal configure --enable-tests --disable-optimization
|
||||
cabal build
|
||||
|
||||
deps:
|
||||
cabal install ${OPTIONS} ${CABALARGS} --only-dependencies
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue