comparison benchmark/bun-http-framework-benchmark/src/c/BUILD @ 186:8cf4ec5e2191 hg-web

Fixed merge conflict.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:38:59 -0800
parents a8976a008a9d
children
comparison
equal deleted inserted replaced
176:fed99fc04e12 186:8cf4ec5e2191
1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
2
3 cc_binary(
4 name = "seobeo",
5 srcs = ["seobeo.c"],
6 deps = [
7 "//seobeo:seobeo_tcp_server",
8 ],
9 visibility = ["//visibility:public"],
10 )