Makefile: ghci target
This commit is contained in:
parent
212406a61d
commit
f0577fe360
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue