From 601bfa073999306d647a5af70d6aa9814ddb139f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 26 Mar 2025 04:48:36 -0500 Subject: correct usage of 'iterator' and 'scanner' --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc6742a..71d34ba 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,11 @@ proto: # rm -f auto.pb.go autogenpb --proto file.proto --package main # rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go + # + +# use the current autogenpb +proto-local: bak clean + ./autogenpb.last --proto file.proto --package main junk: cd example; rm -f go.* *.pb.go -- cgit v1.2.3