Remove nonexistent phony targets
so that running `make` or `make all` only runs targets that exist.
This commit is contained in:
parent
8ef92d2a24
commit
5db9db6d38
2
Makefile
2
Makefile
@ -7,7 +7,7 @@
|
|||||||
GO_RUN_BUILD := go run internal/build/build.go
|
GO_RUN_BUILD := go run internal/build/build.go
|
||||||
|
|
||||||
.PHONY: all
|
.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
|
# NOTE: this is a special catch-all rule to run any of the commands
|
||||||
# defined in internal/build/build.go with optional arguments passed
|
# defined in internal/build/build.go with optional arguments passed
|
||||||
|
Loading…
Reference in New Issue
Block a user