rancher-charts/Makefile

16 lines
301 B
Makefile
Raw Normal View History

pull-scripts:
./scripts/pull-scripts
2022-01-04 00:10:36 +00:00
remove:
./scripts/remove-asset
2022-03-07 19:33:22 +00:00
forward-port:
./scripts/forward-port
2022-01-04 00:10:36 +00:00
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize validate template
$(TARGETS):
2022-01-04 00:10:36 +00:00
@./scripts/pull-scripts
@./bin/charts-build-scripts $@
.PHONY: $(TARGETS)