]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
makefile: whitespace tweak.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Aug 2022 23:23:57 +0000 (19:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Aug 2022 23:23:57 +0000 (19:23 -0400)
makefile

index c8842ed1338b4163f3523adb0495c45c0b2ddebe..e7feb2b8078a6e8dd6152635b40aa33c3ff52184 100644 (file)
--- 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"
 
 
 #