diff --git a/Makefile b/Makefile index 2c3e23b..6af64f9 100644 --- a/Makefile +++ b/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