fix: phony rule
This commit is contained in:
parent
1d084da21b
commit
865ab44349
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 -Dm755 fdcreate -t $(DESTDIR)$(BINDIR)
|
||||||
install -Dm644 fdcreate.1 -t $(DESTDIR)$(MANDIR)/man1
|
install -Dm644 fdcreate.1 -t $(DESTDIR)$(MANDIR)/man1
|
||||||
|
|
||||||
.PHONY := install check clean all
|
.PHONY: install check clean all
|
||||||
|
|
Loading…
Reference in a new issue