Skip to content

Commit 6491dde

Browse files
authored
Merge pull request #1503 from urfave/rm-nonexistent-phonies
Remove nonexistent phony targets
2 parents de83493 + ac4e514 commit 6491dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
GO_RUN_BUILD := go run internal/build/build.go
88

99
.PHONY: all
10-
all: generate vet tag-test test check-binary-size tag-check-binary-size gfmrun yamlfmt v2diff
10+
all: generate vet test check-binary-size gfmrun yamlfmt v2diff
1111

1212
# NOTE: this is a special catch-all rule to run any of the commands
1313
# defined in internal/build/build.go with optional arguments passed

0 commit comments

Comments
 (0)