mirror of
https://github.com/depp/syncfiles.git
synced 2026-04-25 17:19:42 +00:00
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:
@@ -0,0 +1,9 @@
|
||||
filegroup(
|
||||
name = "data",
|
||||
srcs = [
|
||||
"charmap.csv",
|
||||
"region.csv",
|
||||
"script.csv",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user