Makefile: ghci target

This commit is contained in:
John MacFarlane 2019-09-06 21:09:44 -07:00
parent 212406a61d
commit f0577fe360

View file

@ -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