Skip to content

Commit

Permalink
chore: document Makefile target
Browse files Browse the repository at this point in the history
`make help` shows more now.

Signed-off-by: Alexey Palazhchenko <[email protected]>
  • Loading branch information
AlekSi authored and talos-bot committed Apr 27, 2021
1 parent 8e12ab9 commit 45cb973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export HELP_MENU_HEADER

help: ## This help menu.
@echo "$$HELP_MENU_HEADER"
@grep -E '^[a-zA-Z%_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@grep -E '^[a-zA-Z0-9%_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

# Build Abstractions

Expand Down Expand Up @@ -138,7 +138,7 @@ clusterctl-release: release
./hack/scripts/generate-clusterctl-config.sh

.PHONY: run-sfyra
run-sfyra: talos-artifacts clusterctl-release
run-sfyra: talos-artifacts clusterctl-release ## Run Sfyra integration test.
@ARTIFACTS=$(ARTIFACTS) \
CLUSTERCTL_CONFIG=$(SFYRA_CLUSTERCTL_CONFIG) \
TALOS_RELEASE=$(TALOS_RELEASE) \
Expand Down

0 comments on commit 45cb973

Please sign in to comment.