add missing phony targets

This commit is contained in:
Benjamin Elder
2020-08-06 11:05:42 -07:00
parent 6ee7863958
commit 71c91a424a

View File

@@ -95,4 +95,4 @@ lint:
shellcheck:
hack/make-rules/verify/shellcheck.sh
#################################################################################
.PHONY: all kind build install clean unit test lint shellcheck
.PHONY: all kind build install unit clean update generate gofmt verify lint shellcheck