Mercurial
view npc/BUILD @ 193:9f4429c49733 hg-web
[HgWeb] Making progress....
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 25 Jan 2026 20:04:55 -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"], )