Skip to content

Commit

Permalink
Use current makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rerost committed Aug 26, 2024
1 parent 01fb12d commit 5c6b971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/multiple_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ setup:
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]

go install github.com/rerost/giro/cmd/protoc-gen-reflection-server
go install github.com/rerost/giro/cmd/giro
go install ../../cmd/protoc-gen-reflection-server
go install ../../cmd/giro

.PHONY: protoc
protoc: setup
Expand Down

0 comments on commit 5c6b971

Please sign in to comment.