view gui_ze/BUILD @ 177:24fe8ff94056

Fixed few issues with current setup.
author MrJuneJune <me@mrjunejune.com>
date Wed, 21 Jan 2026 19:40:48 -0800
parents 2d0d0b6c8906
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"],
)