diff --git a/kyaml/Makefile b/kyaml/Makefile index afc061df2..8f00eb28c 100644 --- a/kyaml/Makefile +++ b/kyaml/Makefile @@ -5,7 +5,7 @@ MYGOBIN := $(shell go env GOPATH)/bin export PATH := $(MYGOBIN):$(PATH) .PHONY: generate license fix vet fmt test lint tidy clean -all: generate license fix vet fmt test lint tidy +all: license fix vet fmt test lint tidy fix: go fix ./...