Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole authored Nov 26, 2020
1 parent 42b082a commit 50cd01e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ build-kustomize-api: $(builtinplugins)
generate-kustomize-api:
cd api; go generate ./...

.PHONY: clean-kustomize-api
clean-kustomize-api:

.PHONY: test-unit-kustomize-api
test-unit-kustomize-api: build-kustomize-api
cd api; go test ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222"
Expand Down Expand Up @@ -361,7 +358,7 @@ $(MYGOBIN)/gh:
)

.PHONY: clean
clean: clean-kustomize-external-go-plugin clean-kustomize-api
clean: clean-kustomize-external-go-plugin
go clean --cache
rm -f $(builtinplugins)
rm -f $(MYGOBIN)/kustomize
Expand Down

0 comments on commit 50cd01e

Please sign in to comment.