Makefile: added 'relocatable' target.
This commit is contained in:
parent
547ad7fd1b
commit
1a24841450
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -16,6 +16,9 @@ prep: pandoc-types
|
|||
quick:
|
||||
cabal-dev configure --enable-tests --disable-optimization && cabal-dev build
|
||||
|
||||
relocatable:
|
||||
cabal-dev configure -fembed_data_files && cabal-dev build
|
||||
|
||||
bench:
|
||||
cabal-dev configure --enable-benchmarks && cabal-dev build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue