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