From 6f18958423447223f7da6c7476c4b3096669b833 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 d174b41..c3a4baf 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,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