From a8930a7f96937124c7ce13e8eac6526153d49275 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 09:03:19 -0500 Subject: 'make' should just work --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90c6810..8f98caf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -all: repo.pb.go goimports vet +all: proto vet + +proto: autogenpb --proto stat.proto autogenpb --proto gitTag.proto autogenpb --proto goDep.proto -- cgit v1.2.3