| # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
| # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| test: # @HELP run the integration tests |
| clean: # @HELP clean up temporary files for ROC umbrella. |
| rm -rf aether-roc-umbrella/charts aether-roc-umbrella/Chart.lock |
| deps: # @HELP build dependencies for ROC Umbrella local charts. |
| helm dep build aether-roc-umbrella |
| @grep -E '^.*: *# *@HELP' $(MAKEFILE_LIST) \ |
| BEGIN {FS = ": *# *@HELP"}; \ |
| {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}; \ |