Skip to content

Commit 3fa6d3f

Browse files
authored
Merge pull request #477 from tisnik/lcore-583-print-all-makefile-targets
LCORE-583: print all Makefile targets
2 parents 18fdf3c + 8b41f92 commit 3fa6d3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ help: ## Show this help screen
105105
@echo ''
106106
@echo 'Available targets are:'
107107
@echo ''
108-
@grep -E '^[ a-zA-Z0-9_.-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
108+
@grep -E '^[ a-zA-Z0-9_./-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
109109
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-33s\033[0m %s\n", $$1, $$2}'
110110
@echo ''

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ format Format the code into unified format
567567
schema Generate OpenAPI schema file
568568
openapi-doc Generate OpenAPI documentation
569569
requirements.txt Generate requirements.txt file containing hashes for all non-devel packages
570+
docs/config.puml Generate PlantUML class diagram for configuration
571+
docs/config.png Generate an image with configuration graph
572+
docs/config.svg Generate an SVG with configuration graph
570573
shellcheck Run shellcheck
571574
verify Run all linters
572575
distribution-archives Generate distribution archives to be uploaded into Python registry

0 commit comments

Comments
 (0)