fix: phony rule #4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue