X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=makefile;h=2212e31043071cbb73923bed7da1b1733cec0034;hp=c6094aa68a494d6ad3e81690066303835e6350f6;hb=3162fcab26da67c5b0169e552e7de74aef92101c;hpb=ab5d1f7b27c0d100c1af15561815acf4a10b2f00 diff --git a/makefile b/makefile index c6094aa..2212e31 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,6 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports" @@ -45,7 +44,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS) runghc Setup.hs configure --user --enable-tests runghc Setup.hs build --ghc-options="${HCFLAGS}" -test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) +check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) runghc Setup.hs test