diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
