mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
115 B
Text
6 lines
115 B
Text
load("compile.bzl", "compile_all")
|
|
|
|
compile_all(
|
|
name = "locale",
|
|
visibility = ["//qt:__subpackages__"],
|
|
)
|