cc_binary( name = "nbg_runner", srcs = [ "nbg_runner_main.cc", ], deps = [ "//:nbg_parser", "//:tim-vx_interface" ], linkstatic = True, )