Mercurial
view cutelient/BUILD @ 35:33b1caf051cd
Updated ignored file to ignore playground.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 30 Oct 2025 09:53:22 -0700 |
| 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"], )