@@ -25,6 +25,8 @@ This automatically exposes many new targets that you can leverage throughout you
2525
2626Run `make help` for a list of available targets.
2727
28+ **NOTE :** the `/` is interchangable with the `:` in target names
29+
2830# # Makefile Targets
2931
3032```bash
@@ -67,6 +69,7 @@ helm/serve/index Build index for serve helm charts
6769help This help screen
6870jenkins/run-job-with-tag Run a Jenkins Job with $(TAG)
6971make/lint Lint all makefiles
72+ readme Alias for readme/build
7073readme/build Create README.md by building it from .README.md file
7174readme/init Create basic minimalistic .README.md template file
7275readme/toc-update Update table of contents in README.md
@@ -82,10 +85,11 @@ travis/docker-tag-and-push Tag & Push according Travis environment vari
8285
8386## Real World Examples
8487
85- - [ ` github-authorized-keys ` ] ( https://github.com/cloudposse/github-authorized-keys/ ) - A Golang project that leverages ` docker:% ` , ` go:% ` , ` travis:% ` targets
86- - [ ` charts ` ] ( https://github.com/cloudposse/charts/ ) - A collection of Helm Charts that leverages ` docker:% ` and ` helm:% ` targets
87- - [ ` bastion ` ] ( https://github.com/cloudposse/bastion/ ) - A docker image that leverages ` docker:% ` and ` bash:lint ` targets
88- - [ ` terraform-null-label ` ] ( https://github.com/cloudposse/terraform-null-label/ ) - A terraform module that leverages ` terraform:% ` targets
88+ - [ ` github-authorized-keys ` ] ( https://github.com/cloudposse/github-authorized-keys/ ) - A Golang project that leverages ` docker/% ` , ` go/% ` , ` travis/% ` targets
89+ - [ ` charts ` ] ( https://github.com/cloudposse/charts/ ) - A collection of Helm Charts that leverages ` docker/% ` and ` helm/% ` targets
90+ - [ ` bastion ` ] ( https://github.com/cloudposse/bastion/ ) - A docker image that leverages ` docker/% ` and ` bash/lint ` targets
91+ - [ ` terraform-null-label ` ] ( https://github.com/cloudposse/terraform-null-label/ ) - A terraform module that leverages ` terraform/% ` targets
92+
8993
9094## Help
9195
0 commit comments