rabbitmq-server/BUILD.bats

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
147 B
Plaintext
Raw Normal View History

filegroup(
name = "bin_dir",
srcs = glob([
"bin/**/*",
"libexec/**/*",
]),
visibility = ["//visibility:public"],
)