Merge pull request #1503 from urfave/rm-nonexistent-phonies

Remove nonexistent phony targets
main
Dan Buch 2 years ago committed by GitHub
commit 6491ddec12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
GO_RUN_BUILD := go run internal/build/build.go
.PHONY: all
all: generate vet tag-test test check-binary-size tag-check-binary-size gfmrun yamlfmt v2diff
all: generate vet test check-binary-size gfmrun yamlfmt v2diff
# NOTE: this is a special catch-all rule to run any of the commands
# defined in internal/build/build.go with optional arguments passed

Loading…
Cancel
Save