summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 15:03:05 -0600
committerJeff Carr <[email protected]>2025-01-09 15:03:05 -0600
commitff1721c250420fb4f1ce24f13d2e20721e40a07b (patch)
tree3a61ac908c628077368ad27158746b726f0a5659 /Makefile
parente725c0cc8011ab6d2c418f83d9b86c7897fabef4 (diff)
compiles again
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: