From 703609611839266d864aadc175ab7a028e75c0fe Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Tue, 1 Oct 2024 21:40:27 -0500 Subject: [PATCH] make install tools --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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