summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-26 04:48:36 -0500
committerJeff Carr <[email protected]>2025-03-26 20:44:06 -0500
commit601bfa073999306d647a5af70d6aa9814ddb139f (patch)
tree3abe0a025b2ce75eae39710f251b7a6b37fbd6c8 /Makefile
parent4ab3a465af1d6fef6afe381b98817028da9f5d1e (diff)
correct usage of 'iterator' and 'scanner'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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