X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=makefile;h=f67f8a5624ef210a2f3dab64c9505066988e373d;hp=b64a42da1eb2e36f129ec1edfe628c52a2faa3ea;hb=c8a0bdfdb6d66f4c1fbe3bd724f5e67a35eaf5e2;hpb=b2a53e06f43162d4b23f7d16740d6e55275c1c1b diff --git a/makefile b/makefile index b64a42d..f67f8a5 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,6 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports" @@ -31,7 +30,7 @@ $(DOCTESTS_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS) runghc Setup.hs configure --user --enable-tests runghc Setup.hs build -test: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) +check: $(BIN) $(TESTSUITE_BIN) $(DOCTESTS_BIN) runghc Setup.hs test