diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-12-30 16:05:02 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-12-30 16:05:02 -0800 |
commit | 1a24841450a24e50563b1a9d4c74afa1d3667a79 (patch) | |
tree | 37a980e50c812785520113667accc4378131325c /Makefile | |
parent | 547ad7fd1b705875db9320681d3c259a810d2958 (diff) | |
download | pandoc-1a24841450a24e50563b1a9d4c74afa1d3667a79.tar.gz |
Makefile: added 'relocatable' target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |