diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 15:03:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 15:03:05 -0600 |
| commit | ff1721c250420fb4f1ce24f13d2e20721e40a07b (patch) | |
| tree | 3a61ac908c628077368ad27158746b726f0a5659 /Makefile | |
| parent | e725c0cc8011ab6d2c418f83d9b86c7897fabef4 (diff) | |
compiles again
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: |
