From ff1721c250420fb4f1ce24f13d2e20721e40a07b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 15:03:05 -0600 Subject: compiles again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9290772..97ef344 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install: auto: rm -f auto.pb.go - ./autogenpb --proto auto.proto --package main + ./autogenpb --proto file.proto --package main rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: @@ -33,7 +33,7 @@ test: junk: cd example; rm -f go.* *.pb.go - cd example; ../autogenpb --proto auto.proto --package yellow + cd example; ../autogenpb --proto file.proto --package yellow cd example; GO111MODULE=off go vet goimports: -- cgit v1.2.3