commit 2d1f9177b86b57691c975313948556e40140fcf6
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Fri May 29 16:12:46 2020 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Fri May 29 16:12:46 2020 +0200
Makefile: add target .PHONY back
Whoops, forgot to add it in the refactor.
diff --git a/Makefile b/Makefile
index a07facd..f719e1e 100644
--- a/Makefile
+++ b/Makefile
@@ -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