Skip to content

Commit

Permalink
build: Add new Makefile target to install build deps (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis authored Feb 29, 2024
1 parent f41a119 commit 45d6614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ install-proto-toolchain: install-protoc install-protoc-go
install-lint-toolchain: install-golangci-lint
@echo "Lint toolchain installed."

.PHONY: install-build-deps
install-build-deps: install-lint-toolchain install-proto-toolchain
@echo "Build dependencies installed"

.PHONY: protogen
protogen: mod-vendor install-proto-toolchain
./hack/generate-proto.sh
Expand Down

0 comments on commit 45d6614

Please sign in to comment.