rancher-charts/Makefile

13 lines
289 B
Makefile
Raw Normal View History

pull-scripts:
./scripts/pull-scripts
stage-release:
./scripts/stage-release
2021-02-08 21:33:55 +00:00
TARGETS := prepare patch charts clean sync validate rebase docs
$(TARGETS):
@ls ./bin/charts-build-scripts 1>/dev/null 2>/dev/null || ./scripts/pull-scripts
./bin/charts-build-scripts $@
.PHONY: $(TARGETS)