ClickHouse/ya.make
2020-04-16 15:31:57 +03:00

13 lines
495 B
Makefile

# What are "ya.make" files?
# "ya.make" file is a configuration file for "ya" - an internal Yandex build system that is used to build internal Yandex monorepository.
# We don't use nor "ya" build system neither the Yandex monorepository for development of ClickHouse and you should not pay attention to these files.
# But ClickHouse source code is synchronized with internal Yandex monorepository, that's why "ya.make" files exist.
OWNER(g:clickhouse)
RECURSE(
base
programs
src
)