Skip to content

Commit

Permalink
drop phony requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Feb 9, 2024
1 parent 420c75b commit b8668f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/readme/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export README_ALLOWLIST_ORGS := \
cloudposse-terraform-components \
terraform-aws-components

# Fetch the README.md.gotmpl every time, because we have no way of knowing if it's changed
.PHONY: $(README_TEMPLATE_FILE)

# Fetch the README.md.gotmpl corresponding to this repo's GitHub Org
$(README_TEMPLATE_FILE):
@for README_GITHUB_ORG in $(README_ALLOWLIST_ORGS); do \
Expand Down

0 comments on commit b8668f2

Please sign in to comment.