Skip to content

Commit

Permalink
fix proto paths
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Jan 14, 2025
1 parent bb94ed9 commit 17f77a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

regenerate:
(protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf debug.proto)
(protoc --gogo_out=. -I=.:../../../../:../../../../github.com/gogo/protobuf/protobuf debug.proto)
6 changes: 3 additions & 3 deletions proto/prototests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

regenerate:
(protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf extensions.proto)
(protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf msg.proto)
(protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf proto3.proto)
(protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf extensions.proto)
(protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf msg.proto)
(protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf proto3.proto)

0 comments on commit 17f77a3

Please sign in to comment.