Skip to content

Commit

Permalink
Protobuf Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Dec 15, 2024
1 parent 4f0154d commit d768e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ tools-sqlboiler: ## Install sqlboiler dependency.
GOBIN=$(PATHINSTBIN) go install github.com/volatiletech/sqlboiler/v4@$(SQLBOILER_VERSION)

tools: tools-golangci-lint tools-gqlgen tools-goose tools-sqlboiler ## Install all tool dependencies.

proto:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pkg/grpc/accounts.proto

0 comments on commit d768e4b

Please sign in to comment.