mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
12 lines
220 B
Text
12 lines
220 B
Text
py_binary(
|
|
name = "buildinfo",
|
|
srcs = ["buildinfo.py"],
|
|
data = ["//:defs.bzl"],
|
|
stamp = 1,
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
py_binary(
|
|
name = "cleanup_js",
|
|
srcs = ["cleanup_js.py"],
|
|
)
|