From aa9a3978085c14afdb0a5e3bc0fb512e20cf52d2 Mon Sep 17 00:00:00 2001 From: jregan Date: Sat, 28 Nov 2020 05:55:16 -0800 Subject: [PATCH] Kyaml: disable generation on each build. --- kyaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...