mirror of
https://github.com/jimeh/terraform-cloudflare-email.git
synced 2026-02-19 09:56:40 +00:00
5 lines
60 B
Makefile
5 lines
60 B
Makefile
.PHONY: docs
|
|
.SILENT: docs
|
|
docs:
|
|
terraform-docs markdown .
|