From 7e01aec5a4d78c0d84b1fe126915274dac5a9ebb Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sat, 21 Nov 2020 07:14:04 -0800 Subject: [PATCH] Update Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76b49a82e..342d75f4c 100644 --- a/Makefile +++ b/Makefile @@ -357,10 +357,12 @@ $(MYGOBIN)/gh: clean: kustomize-external-go-plugin-clean go clean --cache rm -f $(builtinplugins) - rm -f $(MYGOBIN)/pluginator rm -f $(MYGOBIN)/kustomize rm -f $(MYGOBIN)/golangci-lint-kustomize +# Handle pluginator manually. +# rm -f $(MYGOBIN)/pluginator + # Nuke the site from orbit. It's the only way to be sure. .PHONY: nuke nuke: clean