diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-10 21:10:52 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-10 21:10:52 +0200 |
commit | 25bfa26554a0236ce21cef036609651cdcbc44aa (patch) | |
tree | 79f157360abe63af2e6dad89765b61a70719edd9 /Makefile | |
parent | f43504f9f4cad4368ea9e8834d97f3ad87ac1494 (diff) | |
download | pandoc-25bfa26554a0236ce21cef036609651cdcbc44aa.tar.gz |
Fixed weigh-pandoc for Text readers.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,6 +18,9 @@ test: bench: stack bench +weigh: + stack build --flag 'pandoc:weigh-pandoc' && stack exec weigh-pandoc + reformat: for f in $(sourcefiles); do echo $$f; stylish-haskell -i $$f ; done @@ -62,4 +65,4 @@ download_stats: clean: stack clean -.PHONY: deps quick full install clean test bench changes_github macospkg dist prof download_stats reformat lint +.PHONY: deps quick full install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh |