mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
f2317d0ce7
Add flags to the generator code to specify the location of input and output files.
10 lines
161 B
Python
10 lines
161 B
Python
filegroup(
|
|
name = "data",
|
|
srcs = [
|
|
"charmap.csv",
|
|
"region.csv",
|
|
"script.csv",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|