diff options
| author | Jeff Carr <[email protected]> | 2025-03-26 04:48:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-26 20:44:06 -0500 |
| commit | 601bfa073999306d647a5af70d6aa9814ddb139f (patch) | |
| tree | 3abe0a025b2ce75eae39710f251b7a6b37fbd6c8 /Makefile | |
| parent | 4ab3a465af1d6fef6afe381b98817028da9f5d1e (diff) | |
correct usage of 'iterator' and 'scanner'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
