mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Add script to detect/build Go plugins.
This commit is contained in:
14
Makefile
14
Makefile
@@ -229,6 +229,20 @@ $(MYGOBIN)/helm:
|
||||
rm -rf $$d \
|
||||
)
|
||||
|
||||
.PHONY: build-external-go-plugins
|
||||
build-external-go-plugins:
|
||||
( \
|
||||
cd plugin; \
|
||||
../hack/buildExternalGoPlugins.sh; \
|
||||
)
|
||||
|
||||
.PHONY: clean-external-go-plugins
|
||||
clean-external-go-plugins:
|
||||
( \
|
||||
cd plugin; \
|
||||
../hack/buildExternalGoPlugins.sh clean; \
|
||||
)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
go clean --cache
|
||||
|
||||
Reference in New Issue
Block a user