From 865ab44349ae7d163b32e1864f79dfe5b636852e Mon Sep 17 00:00:00 2001 From: psykose Date: Fri, 12 Aug 2022 00:43:36 +0000 Subject: [PATCH] fix: phony rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c3e23b..6af64f9 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ install: install -Dm755 fdcreate -t $(DESTDIR)$(BINDIR) install -Dm644 fdcreate.1 -t $(DESTDIR)$(MANDIR)/man1 -.PHONY := install check clean all +.PHONY: install check clean all -- 2.47.0