Sign in
opensecura
/
sw
/
kelvin
/
16ffb609750e1ee91ddd05d5af851f44beefbdd3
/
.
/
examples
/
hello_world
/
BUILD
blob: 2e675343e43e6e1aa35b6a1383f9c9f603e8ee43 [
file
]
load
(
"//build_tools/bazel:kelvin.bzl"
,
"kelvin_binary"
)
kelvin_binary
(
name
=
"hello_world"
,
srcs
=
[
"hello_world.c"
,
],
deps
=
[
"//crt"
,
]
)