fix: phony rule
This commit is contained in:
parent
c3d9b565d6
commit
6f18958423
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue