Sign in
opensecura
/
sw
/
kelvin
/
d48f68e00a99888013f9199240865599758e7df4
/
.
/
examples
/
hello_world
/
BUILD
blob: 6f91382b6592462fe84a55b89663f9bf1a82f16b [
file
] [
log
] [
blame
]
load
(
"//build_tools/bazel:kelvin.bzl"
,
"kelvin_binary"
)
kelvin_binary
(
name
=
"hello_world"
,
srcs
=
[
"hello_world.c"
,
],
)