view seobeo/examples/BUILD @ 187:a69485d9f2e1 hg-web

Fixed a small bug.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:41:04 -0800
parents dbf14f84d51c
children
line wrap: on
line source

load("@rules_cc//cc:cc_binary.bzl", "cc_binary")

cc_binary(
  name = "websocket_server_example",
  srcs = ["websocket_server_example.c"],
  deps = ["//seobeo:seobeo"],
  visibility = ["//visibility:public"],
)