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