bufbuild / protovalidate-cc

Protocol Buffer Validation for C++.
https://buf.build/bufbuild/protovalidate
Apache License 2.0
13 stars 4 forks source link

Makefile: fix bazel -> $(BAZEL) for some targets #56

Closed jchadwick-buf closed 1 month ago

jchadwick-buf commented 1 month ago

Relatively minor issue: some targets directly invoke bazel instead of using the $(BAZEL) variable. The upshot of this is that e.g. make BAZEL=bazelisk does not work as expected as some calls will not use bazelisk as expected.