Mercurial
view birthday_page/BUILD @ 56:92b097d70af4
Updated so that fzf works out of the box.
| author | June Park <me@mrjunejune.com> |
|---|---|
| date | Tue, 16 Dec 2025 21:01:45 -0500 |
| parents | 6c322f9c2cb9 |
| children |
line wrap: on
line source
load("@rules_cc//cc:cc_binary.bzl", "cc_binary") load("@rules_cc//cc:cc_library.bzl", "cc_library") load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle") filegroup( name = "pages_files", srcs = glob(["pages/**"]), ) cc_binary( name = "server", srcs = ["main.c"], deps = ["//seobeo:seobeo"], data = [":pages_files"], )