Sign in
opensecura
/
sw
/
kelvin
/
805977ccc1f248f53107e0bb43b04712a263c66c
/
.
/
examples
/
hello_world
/
BUILD
blob: 5e7afc311bd549c0d1fd928df3471415891f14fa [
file
]
load
(
"//build_tools/bazel:kelvin.bzl"
,
"kelvin_binary"
)
kelvin_binary
(
name
=
"hello_world"
,
srcs
=
[
"hello_world.c"
,
],
deps
=
[
"//crt:crt_header"
,
]
)