Mercurial
view gui_ze/BUILD @ 28:de3b9d1dca51
[Bun] Removed tests files within library folder. Updated. hgignore to ignore node_modules.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:48:20 -0700 |
| parents | 2d0d0b6c8906 |
| children | 24fe8ff94056 |
line wrap: on
line source
load(":gui_ze.bzl", "foo_binary") # Test making tools. # ----- # print("BUILD file") # foo_binary(name = "bin1") # foo_binary(name = "bin2") # assume it has curl lmao sh_binary( name = "ttfb", srcs = ["time_to_first_byte.sh"], visibility = ["//visibility:public"], )