Skip to content

Commit

Permalink
Merge pull request #9148 from sbueringer/pr-add-phony
Browse files Browse the repository at this point in the history
🌱 Add .PHONY for doctoc target
  • Loading branch information
k8s-ci-robot committed Aug 8, 2023
2 parents 99009fe + 504ce7b commit 59b8c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ verify-gen: generate ## Verify go generated files are up to date
verify-conversions: $(CONVERSION_VERIFIER) ## Verifies expected API conversion are in place
$(CONVERSION_VERIFIER)

.PHONY: verify-doctoc
verify-doctoc: generate-doctoc
@if !(git diff --quiet HEAD); then \
git diff; \
Expand Down

0 comments on commit 59b8c79

Please sign in to comment.