diff options
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 |
