Most basic of setups
parent
03f1ccc06d
commit
1e7fa3310a
@ -0,0 +1 @@
|
||||
5.1.1
|
@ -1,3 +1,13 @@
|
||||
# learn_bazel
|
||||
|
||||
Repo for learning Bazel
|
||||
Repo for learning Bazel
|
||||
|
||||
## Commands
|
||||
|
||||
From top level dir
|
||||
|
||||
Build all packages(Denoted by BUILD.bazel files) in this project.
|
||||
|
||||
```
|
||||
bazel build //...
|
||||
```
|
||||
|
Loading…
Reference in New Issue