From 25bfa26554a0236ce21cef036609651cdcbc44aa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Jun 2017 21:10:52 +0200 Subject: Fixed weigh-pandoc for Text readers. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46ca7de9d..65cf3146e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3