commit 392dead9c1dc3ce93fa4e74ecf6d38161d62d8b2
parent 0783e33c2fb5f74d1787a23aae227249a91d7e58
Author: Sebastian <sebastian@sebsite.pw>
Date: Sun, 15 May 2022 21:37:44 -0400
Makefile: add docs to .PHONY
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -111,4 +111,4 @@ install: docs scripts/install-mods
install -m644 docs/haredoc.1 $(DESTDIR)$(MANDIR)/man1/haredoc.1
./scripts/install-mods "$(DESTDIR)$(SRCDIR)/hare/stdlib"
-.PHONY: all clean check install .bin/harec2 .bin/haredoc
+.PHONY: all clean check docs install .bin/harec2 .bin/haredoc