Skip to content

Commit

Permalink
Makefile: add buf targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Oct 5, 2024
1 parent ef76e9f commit c957ab0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ install:
tools: internal/tools/*.go
go generate --tags tools ./internal/tools

buf-login:
buf registry login buf.build

buf-push:
buf push

go_module = $(shell go list -m)
proto_files = $(sort $(shell find . -name '*.proto'))
proto_includes = \
Expand Down

0 comments on commit c957ab0

Please sign in to comment.