Ignore sandbox on 'make quick'
This commit is contained in:
parent
b5d3b4f608
commit
668833dd0b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ version=$(shell grep '^Version:' pandoc.cabal | awk '{print $$2;}')
|
|||
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
|
||||
|
||||
quick:
|
||||
cabal configure --enable-tests --disable-optimization
|
||||
cabal --ignore-sandbox configure --enable-tests -fembed_data_files --disable-optimization
|
||||
cabal build
|
||||
|
||||
full:
|
||||
|
|
Loading…
Reference in a new issue