diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-05 17:34:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-05 17:34:47 -0700 |
commit | 1c35167c3aca50478fe3d7535be7508a4acc90fd (patch) | |
tree | 56c8d65559b7a40dd2c129d99cfdfd3b97c29ebc /Makefile | |
parent | 4559bc257bd9a6e4ca626e64b33aeb35fab72215 (diff) | |
download | pandoc-1c35167c3aca50478fe3d7535be7508a4acc90fd.tar.gz |
Small cleanups in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,10 +4,6 @@ SOURCEFILES?=$(shell find pandoc.hs src test -name '*.hs') BRANCH?=master RESOLVER?=lts-13 GHCOPTS=-fdiagnostics-color=always -# Later: -# -Wpartial-fields (currently used in Powerpoint writer) -# -Wmissing-export-lists (currently some Odt modules violate this) -# -Wredundant-constraints (problematic if we want to support older base) WEBSITE=../../web/pandoc.org quick: |