Tuesday, 10 December 2024

Bazel cheet set

 https://www.hackingnote.com/en/cheatsheets/bazel/


# Single target.
$ bazel build //go/util:util

# All targets under a directory and any subdirectoriews.
$ bazel build //go/...

# All targets in the repository.
$ bazel build //...

No comments:

Post a Comment