X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=b5cb21bd93b56fe3c31a3a7c3d8c0ef39d5c488a;hb=refs%2Fheads%2Fmaster;hp=2212e31043071cbb73923bed7da1b1733cec0034;hpb=113176b9ed71085d8918e434ece54851e202adf0;p=list-remote-forwards.git 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