Skip to content

Commit

Permalink
[Tool] Rename 'list-slide' target to 'list_slide' - capture w/ double…
Browse files Browse the repository at this point in the history
… click (#139)
  • Loading branch information
cagix committed Jul 17, 2023
1 parent 74b065a commit e5b8365
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 @@ -184,8 +184,8 @@ SLIDES_SHORT_TARGETS = $(patsubst $(SLIDES_OUTPUT_DIR)/%.pdf,%,$(SLIDE
help: ## Display this help
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

.PHONY: list-slides
list-slides: ## List available targets for individual slides
.PHONY: list_slides
list_slides: ## List available targets for individual slides
$(foreach target,$(SLIDES_SHORT_TARGETS), $(info $(target)))
@: ## Suppress 'Nothing to be done for ...' message

Expand Down

0 comments on commit e5b8365

Please sign in to comment.