From: Michael Orlitzky Date: Tue, 23 Aug 2022 23:23:57 +0000 (-0400) Subject: makefile: whitespace tweak. X-Git-Tag: 0.5.3~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=923dc8a25febef6a0b708206055805a3be0cfb07 makefile: whitespace tweak. --- diff --git a/makefile b/makefile index c8842ed..e7feb2b 100644 --- a/makefile +++ b/makefile @@ -23,9 +23,9 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs haddock --all \ - --hyperlink-source \ - --haddock-options="--ignore-all-exports" + runghc Setup.hs haddock --all \ + --hyperlink-source \ + --haddock-options="--ignore-all-exports" #