Makefile: add target .PHONY back
Whoops, forgot to add it in the refactor.
This commit is contained in:
parent
1c75314faf
commit
2d1f9177b8
2
Makefile
2
Makefile
@ -65,4 +65,4 @@ uninstall:
|
|||||||
rm -f ${DESTDIR}${PREFIX}/bin/${NAME}-??
|
rm -f ${DESTDIR}${PREFIX}/bin/${NAME}-??
|
||||||
rm -f ${DESTDIR}${MANPREFIX}/man1/${MAN1}
|
rm -f ${DESTDIR}${MANPREFIX}/man1/${MAN1}
|
||||||
|
|
||||||
.PHONY: all clean dist install uninstall
|
.PHONY: all clean dist options install uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user