Skip to content

Commit

Permalink
Remove nonexistent phony targets
Browse files Browse the repository at this point in the history
so that running `make` or `make all` only runs targets that exist.
  • Loading branch information
meatballhat committed Oct 1, 2022
1 parent 4dbc8e1 commit ecf96ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit ecf96ce

Please sign in to comment.