X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=makefile;h=3091caaf41b4d8b3f9b7cd990ffde55e10ead3ee;hp=81e6f3b8b68b77e88b6e5a735de2a2f3d29ccd31;hb=HEAD;hpb=fb9cf285f6823b400f3c3c85907f6f814358421e diff --git a/makefile b/makefile index 81e6f3b..d1e16e4 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,7 @@ HCFLAGS += -Weverything \ -Wno-prepositive-qualified-module \ -Wno-missing-safe-haskell-mode \ -Wno-missing-deriving-strategies \ + -Wno-missing-kind-signatures \ -rtsopts \ -threaded @@ -39,7 +40,7 @@ $(TESTSUITE_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" -test: $(BIN) $(TESTSUITE_BIN) +check: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test