Makefile: add target .PHONY back

Whoops, forgot to add it in the refactor.
This commit is contained in:
Hiltjo Posthuma 2020-05-29 16:12:46 +02:00
parent 1c75314faf
commit 2d1f9177b8
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${NAME}-??
rm -f ${DESTDIR}${MANPREFIX}/man1/${MAN1}
.PHONY: all clean dist install uninstall
.PHONY: all clean dist options install uninstall