]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - makefile
list-remote-forwards.cabal: delete the redundant description
[list-remote-forwards.git] / makefile
index c6094aa68a494d6ad3e81690066303835e6350f6..b5cb21bd93b56fe3c31a3a7c3d8c0ef39d5c488a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,17 +13,17 @@ HCFLAGS += -Weverything \
            -Wno-prepositive-qualified-module \
            -Wno-missing-safe-haskell-mode \
            -Wno-missing-deriving-strategies \
+           -Wno-missing-kind-signatures \
            -rtsopts \
            -threaded
 
-.PHONY : dist hlint
+.PHONY : doc dist hlint
 
 $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs configure --user
        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 +45,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