Mercurial
view npc/BUILD @ 198:008ca7780c8a
S3 upload got it to work.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 14 Feb 2026 16:18:14 -0800 |
| parents | a2720eac50ce |
| children |
line wrap: on
line source
load("@rules_cc//cc:cc_binary.bzl", "cc_binary") cc_binary( name = "npc", srcs = ["main.c"], deps = ["//seobeo:seobeo_tcp_server"], )