From: Michael Orlitzky Date: Sun, 28 Aug 2022 16:43:33 +0000 (-0400) Subject: makefile: fix "make doc" by adding the necessary .PHONY. X-Git-Tag: 1.0.1~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=47c210233494ab1b983636bc7da6db0cf5ce9f03 makefile: fix "make doc" by adding the necessary .PHONY. --- diff --git a/makefile b/makefile index 41b916c..e77b227 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ HCFLAGS += -Weverything \ -rtsopts \ -threaded -.PHONY : test dist hlint +.PHONY : doc test dist hlint $(BIN): $(PN).cabal src/*.hs runghc Setup.hs clean