]> gitweb.michael.orlitzky.com - list-remote-forwards.git/commitdiff
makefile: fix "make doc" by adding a .PHONY.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:55:09 +0000 (12:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 28 Aug 2022 16:55:09 +0000 (12:55 -0400)
makefile

index 2212e31043071cbb73923bed7da1b1733cec0034..98b36c30a552c5dd303a979ef94b5b911ad88c56 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ HCFLAGS += -Weverything \
            -rtsopts \
            -threaded
 
-.PHONY : dist hlint
+.PHONY : doc dist hlint
 
 $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs configure --user