summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-27 21:43:40 -0600
committerJeff Carr <[email protected]>2024-11-27 21:43:40 -0600
commit9129cfe885281b0f2740d7f93dbb3b4ee5134d59 (patch)
tree32272d3fb1b95cbe7ccd3a7063c95c327a144a96
parent1321787a3b4c92ee9c9ac5c21a0c511c1c2eaff5 (diff)
rename to plural form
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile10
-rw-r--r--repos.proto (renamed from repo.proto)0
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 905df97..c9d0d88 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# go install
-all: refs.pb.go godep.pb.go repo.pb.go vet
+all: refs.pb.go godep.pb.go repos.pb.go vet
make -C scanGoSrc/
vet: lint
@@ -26,7 +26,7 @@ redomod:
clean:
rm -f *.pb.go
-rm -f go.*
- make -C example clean
+ make -C scanGoSrc clean
refs.pb.go: refs.proto
cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \
@@ -38,9 +38,9 @@ godep.pb.go: godep.proto
--go_opt=Mgodep.proto=go.wit.com/lib/protobuf/gitpb \
godep.proto
-repo.pb.go: repo.proto
+repos.pb.go: repos.proto
cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \
--go_opt=Mrefs.proto=go.wit.com/lib/protobuf/gitpb \
--go_opt=Mgodep.proto=go.wit.com/lib/protobuf/gitpb \
- --go_opt=Mrepo.proto=go.wit.com/lib/protobuf/gitpb \
- repo.proto
+ --go_opt=Mrepos.proto=go.wit.com/lib/protobuf/gitpb \
+ repos.proto
diff --git a/repo.proto b/repos.proto
index 029bad2..029bad2 100644
--- a/repo.proto
+++ b/repos.proto