From 13a292dd42396f88c6e16d314cc8bb86828cb3b5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:24:24 -0600 Subject: autogenpb now fully automatic --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48340f5..f867ef2 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ all: package.pb.go machine.pb.go vet vet: @GO111MODULE=off go vet @echo this go library package builds okay - GO111MODULE=off go vet # autofixes your import headers in your golang files goimports: @@ -26,7 +25,7 @@ clean: -rm -f go.* package.pb.go: package.proto - autogenpb --proto package.proto --mutex + autogenpb --proto package.proto machine.pb.go: machine.proto - autogenpb --proto machine.proto --mutex + autogenpb --proto machine.proto -- cgit v1.2.3