syncfiles/scripts/BUILD.bazel
Dietrich Epp f2317d0ce7 Create build rules for generated data
Add flags to the generator code to specify the location of input and
output files.
2022-03-22 19:02:57 -04:00

10 lines
161 B
Python

filegroup(
name = "data",
srcs = [
"charmap.csv",
"region.csv",
"script.csv",
],
visibility = ["//visibility:public"],
)