fix: phony rule

This commit is contained in:
psykose 2022-08-12 00:43:36 +00:00 committed by Gitea
parent c3d9b565d6
commit 6f18958423

View file

@ -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