Create build rules for generated data

Add flags to the generator code to specify the location of input and
output files.
This commit is contained in:
Dietrich Epp
2022-03-22 18:43:47 -04:00
parent 094f2c5016
commit f2317d0ce7
12 changed files with 198 additions and 21 deletions
+9
View File
@@ -0,0 +1,9 @@
filegroup(
name = "data",
srcs = [
"charmap.csv",
"region.csv",
"script.csv",
],
visibility = ["//visibility:public"],
)