summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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