diff options
author | rnefyodov <rnefyodov@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
commit | c753751b693cf7c481c0292912e2b7536fa6d36a (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/ya.make | |
parent | c22320e8c4f3d7be38c504706f137034e91d31e6 (diff) | |
download | ydb-c753751b693cf7c481c0292912e2b7536fa6d36a.tar.gz |
Restoring authorship annotation for <rnefyodov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ya.make')
-rw-r--r-- | build/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/ya.make b/build/ya.make index 1fafe2f67d..407b8f13e0 100644 --- a/build/ya.make +++ b/build/ya.make @@ -6,7 +6,7 @@ OWNER( NEED_CHECK() PY2_LIBRARY() - + PY_SRCS( ymake_conf.py ) @@ -17,8 +17,8 @@ PEERDIR( library/cpp/string_utils/scan ) -END() - +END() + RECURSE( conf_fatal_error config @@ -32,7 +32,7 @@ RECURSE( plugins prebuilt scripts - tests + tests tests_slow yandex_specific/config ) |