X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=makefile;h=c024def798125ea6e2a59e6754db0e8cd0fe36c7;hp=2212e31043071cbb73923bed7da1b1733cec0034;hb=HEAD;hpb=113176b9ed71085d8918e434ece54851e202adf0 diff --git a/makefile b/makefile index 2212e31..b5cb21b 100644 --- a/makefile +++ b/makefile @@ -13,10 +13,11 @@ 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