X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=makefile;fp=makefile;h=e7feb2b8078a6e8dd6152635b40aa33c3ff52184;hp=c8842ed1338b4163f3523adb0495c45c0b2ddebe;hb=923dc8a25febef6a0b708206055805a3be0cfb07;hpb=116ef3e19053a66a783febc124b284cbead224ff 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" #