diff --git a/Makefile b/Makefile index ca5ff19..0aba840 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ get_yq: chmod +x yq_linux_amd64 && \ mv yq_linux_amd64 yq -.PHONY: dev_install install +.PHONY: dev_install install get_yq