comparison birthday_page/BUILD @ 34:6c322f9c2cb9

[Birthday] I didn't have nay time to buy birhtday present so w/e/
author MrJuneJune <me@mrjunejune.com>
date Sat, 11 Oct 2025 15:07:07 -0700
parents
children
comparison
equal deleted inserted replaced
33:c0f6c8c7829f 34:6c322f9c2cb9
1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
2 load("@rules_cc//cc:cc_library.bzl", "cc_library")
3 load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle")
4
5 filegroup(
6 name = "pages_files",
7 srcs = glob(["pages/**"]),
8 )
9
10 cc_binary(
11 name = "server",
12 srcs = ["main.c"],
13 deps = ["//seobeo:seobeo"],
14 data = [":pages_files"],
15 )