From f6d07dc9bf627b6b2776c2e7e047c55e27147f0f Mon Sep 17 00:00:00 2001 From: cam Date: Thu, 11 Aug 2022 18:57:49 -0500 Subject: [PATCH] I _really_ hate make errors. - added colon after .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb6364c..2511a88 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ install: install -Dm755 v $(DESTDIR)$(PREFIX)/bin install -Dm644 v.1 $(DESTDIR)$(PREFIX)/man/man1 -.PHONY install +.PHONY: install -- 2.11.4.GIT