mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
13 lines
495 B
Makefile
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
|
|
)
|