Mercurial
view gui_ze/BUILD @ 240:c345083cd8a7
[mrjunejune] Show star animation in light mode
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 10:48:59 -0700 |
| parents | 24fe8ff94056 |
| children |
line wrap: on
line source
load(":gui_ze.bzl", "foo_binary") load("@rules_shell//shell:sh_binary.bzl", "sh_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"], )