Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_proto
/
be3fcbbaa4ff2c6ae37a796bb6c5f38ce7da833e
/
.
/
tools
/
file_concat
/
BUILD
blob: be649fea9c87bf29a0ae4428dfefb67ed5d35944 [
file
]
load
(
"@rules_cc//cc:defs.bzl"
,
"cc_binary"
)
cc_binary
(
name
=
"file_concat"
,
srcs
=
[
"main.cc"
,
],
visibility
=
[
"//visibility:public"
],
)