diff --git a/Makefile b/Makefile index ab27789..c28e2b9 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ init: go mod download go mod tidy +install-tools: + grep _ tools.go | awk -F'"' '{print $$2}' | xargs -tI % go install % + generate: init go generate