From 69930c81817d745fa18ae9b704b3128a6fd03bd3 Mon Sep 17 00:00:00 2001 From: rjuer <21335146+rjuer@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:40:16 +0200 Subject: [PATCH] Fix phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d96a60..79204de 100644 --- a/Makefile +++ b/Makefile @@ -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