This just is just a place holder for makefile example usage, taken from https://www.terraform.io/registry/policy-libraries/publishing and https://github.com/hashicorp/policy-library-gcp-networking-terraform/blob/main/Makefile
git clone https://gist.github.com/abuxton/da32f8ef4a9e7ecb0067f8db7bc0dfc9 sentinel-template
cd !$
# list all the available targets in Makefile
grep '^[^#[:space:]].*:' Makefile
test:
tests:
format:
generate:
.PHONY: format tests