diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /tools/rorescompiler/bin/ya.make | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'tools/rorescompiler/bin/ya.make')
-rw-r--r-- | tools/rorescompiler/bin/ya.make | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/tools/rorescompiler/bin/ya.make b/tools/rorescompiler/bin/ya.make index f9d20f4696..582c28c4fe 100644 --- a/tools/rorescompiler/bin/ya.make +++ b/tools/rorescompiler/bin/ya.make @@ -1,19 +1,19 @@ -OWNER(heretic g:ymake) - -PROGRAM(rorescompiler) - -PEERDIR( - library/cpp/resource -) - -SRCDIR( - tools/rorescompiler -) - -SRCS( - main.cpp -) - -INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps) - -END() +OWNER(heretic g:ymake) + +PROGRAM(rorescompiler) + +PEERDIR( + library/cpp/resource +) + +SRCDIR( + tools/rorescompiler +) + +SRCS( + main.cpp +) + +INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps) + +END() |