]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
makefile: fix "make doc" by adding the necessary .PHONY.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:43:33 +0000 (12:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:43:33 +0000 (12:43 -0400)
makefile

index 41b916c8eeba2c7c5ff2c35f00410cd6e9bacc71..e77b22752ece367de4cd88c66533e3d7c234be22 100644 (file)
--- 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