Skip to content

Commit

Permalink
Fix phony
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuer committed Sep 13, 2024
1 parent 647837e commit 69930c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ update-deps: ## Update go.mod (e.g. remove unused dependencies) and go.sum (cont
go mod tidy
go mod verify

.PHONY: format vet make test test-verbose coverage coverage-html all
.PHONY: format vet build test test-verbose cov cov-html all update-deps

0 comments on commit 69930c8

Please sign in to comment.