From ca648bb63b334305e1ff48391629b4a079e836e8 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 29 Sep 2022 17:38:36 -0700 Subject: [PATCH] Updat he PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bbf57b..3e57371 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ lint: format: @golangci-lint run --fix -.PHONY: clean format lint test +.PHONY: clean dist test lint format