view cutelient/BUILD @ 54:b3e82d22f961

[PostDog] Initial commit BROKEN
author June Park <parkjune1995@gmail.com>
date Fri, 19 Dec 2025 13:58:52 -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"],
)