6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
|
filegroup(
|
||
|
name = "bin_dir",
|
||
|
srcs = glob(["bin/**/*", "libexec/**/*"]),
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|