fix: phony rule #4

Merged
ptrcnull merged 1 commit from :fix into master 2022-08-12 15:15:19 +00:00
Showing only changes of commit 865ab44349 - Show all commits

View file

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