view cutelient/BUILD @ 58:ccb42d5bf8fd

[PostDog] Somewhat working copy. That would use for testing.
author June Park <parkjune1995@gmail.com>
date Sat, 20 Dec 2025 09:33:15 -0800
parents d97ec3ded2ae
children
line wrap: on
line source

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

cc_binary(
  name = "cutelient",
  srcs = ["main.c"],
  deps = ["//seobeo:seobeo"],
)