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