Mercurial
view npc/BUILD @ 188:32ce881452fa hg-web
Fixing few stuff.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:50:28 -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"], )