11 lines
285 B
Markdown
11 lines
285 B
Markdown
## Makefile Targets
|
|
```
|
|
Available targets:
|
|
|
|
help Help screen
|
|
help/all Display help for all targets
|
|
help/short This help short screen
|
|
lint Lint terraform code
|
|
|
|
```
|