X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=5df18d207398361a1226352d3b39fcb56a6db516;hb=2873c586be33bf22797d2aa00f569a89b7558b87;hp=ddc01dd693dadf3d547c0dfa3757436f91af12de;hpb=f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea;p=email-validator.git diff --git a/makefile b/makefile index ddc01dd..5df18d2 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,6 @@ $(BIN): $(PN).cabal src/*.hs doc: src/*.hs runghc Setup.hs configure --user - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports" @@ -24,7 +23,7 @@ $(TESTSUITE_BIN): $(PN).cabal src/*.hs test/*.hs runghc Setup.hs configure --user --enable-tests runghc Setup.hs build -test: $(BIN) $(TESTSUITE_BIN) +check: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test dist: