commit 7cf7ba92588f6013b95cdec0545545275d37a6af
Author: FRIGN <[email protected]>
AuthorDate: Wed Jan 6 18:41:30 2016 +0100
Commit: FRIGN <[email protected]>
CommitDate: Wed Jan 6 18:41:47 2016 +0100
Add 'dist' to .PHONY
Thanks Dimitris for reporting this!
diff --git a/Makefile b/Makefile
index 5ce4f06..236351f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ uninstall:
@cd "${DESTDIR}${MANPREFIX}/man1" && rm -f ${MAN1}
@cd "${DESTDIR}${MANPREFIX}/man5" && rm -f ${MAN5}
-.PHONY: all clean install uninstall
+.PHONY: all clean dist install uninstall