summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9290772..97ef344 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ install:
auto:
rm -f auto.pb.go
- ./autogenpb --proto auto.proto --package main
+ ./autogenpb --proto file.proto --package main
rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
test:
@@ -33,7 +33,7 @@ test:
junk:
cd example; rm -f go.* *.pb.go
- cd example; ../autogenpb --proto auto.proto --package yellow
+ cd example; ../autogenpb --proto file.proto --package yellow
cd example; GO111MODULE=off go vet
goimports: