Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: fix bazel -> $(BAZEL) for some targets (#56)
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.
- Loading branch information