Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 201 Bytes

Build

bazel build //...

Run specific project

bazel build //projects/projectA/... or bazel build projects/projectA/...

Run the specifc target

bazel build //projects/projectA:foo