1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index bedd23f..859cddf 100644 --- a/ Makefile+++ b/ Makefile@@ -88,3 +88,5 @@ uninstall: dist: git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz + +.PHONY: all install uninstall dist |