diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-06 21:09:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-06 21:09:44 -0700 |
commit | f0577fe3609e81f653570e3e8e164be1d3ddbcef (patch) | |
tree | 55d8f5f5edcda64d6d1ac8bdcbd20228cb0c1f2c /Makefile | |
parent | 212406a61d027d85712705e626954e0486a2bc34 (diff) | |
download | pandoc-f0577fe3609e81f653570e3e8e164be1d3ddbcef.tar.gz |
Makefile: ghci target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -22,6 +22,9 @@ full-cabal: full: stack install --flag 'pandoc:embed_data_files' --flag 'pandoc:trypandoc' --bench --no-run-benchmarks --test --test-arguments='-j4 --hide-successes' --ghc-options '-Wall -Werror -fno-warn-unused-do-bind -O0 -j4 $(GHCOPTS)' +ghci: + stack ghci --flag 'pandoc:embed_data_files' + haddock: stack haddock @@ -136,4 +139,4 @@ update-website: clean: stack clean -.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates trypandoc update-website debpkg macospkg winpkg checkdocs ghcid +.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh doc/lua-filters.md packages pandoc-templates trypandoc update-website debpkg macospkg winpkg checkdocs ghcid ghci |