terraform-digitalocean-spoke/Makefile

8 lines
132 B
Makefile
Raw Normal View History

2020-03-03 03:27:28 +00:00
SHELL := /bin/bash
.PHONY: docs
docs: README.md
README.md: $(wildcard *.tf)
terraform-docs markdown table . | tee $@ &>/dev/null