You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
231 B
Markdown
14 lines
231 B
Markdown
3 years ago
|
Just an example of a Rule producing a file.
|
||
|
|
||
|
https://bazel.build/reference/be/general#genrule
|
||
|
|
||
|
See also: https://bazel.build/reference/be/make-variables
|
||
|
|
||
|
```
|
||
|
bazel build //gen_package:foo
|
||
|
```
|
||
|
|
||
|
```
|
||
|
bazel build //gen_package:foo
|
||
|
```
|