mirror of https://git.rancher.io/charts
16 lines
301 B
Makefile
16 lines
301 B
Makefile
pull-scripts:
|
|
./scripts/pull-scripts
|
|
|
|
remove:
|
|
./scripts/remove-asset
|
|
|
|
forward-port:
|
|
./scripts/forward-port
|
|
|
|
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template
|
|
|
|
$(TARGETS):
|
|
@./scripts/pull-scripts
|
|
@./bin/charts-build-scripts $@
|
|
|
|
.PHONY: $(TARGETS) |