]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - makefile
makefile: rename "test" target to "check".
[email-validator.git] / makefile
index 904739deb212ff93d74f26610d977453cd4b3f5a..5df18d207398361a1226352d3b39fcb56a6db516 100644 (file)
--- a/makefile
+++ b/makefile
@@ -9,14 +9,8 @@ $(BIN): $(PN).cabal src/*.hs
        runghc Setup.hs configure --user
        runghc Setup.hs build
 
-profile: $(PN).cabal src/*.hs
-       runghc Setup.hs clean
-       runghc Setup.hs configure --user --enable-executable-profiling
-       runghc Setup.hs build
-
 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"
@@ -29,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: