diff options
author | alexv-smirnov <alex@ydb.tech> | 2022-08-18 16:52:30 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2022-08-18 16:52:30 +0300 |
commit | c140abc954b61ab7d86af80bdeced01482d9971a (patch) | |
tree | c47d70fa3213240d5e0eb59787a5325782a360de /tools/rorescompiler/bin | |
parent | 0ce07b9705ed20e3fce2759eae41496014ca4c33 (diff) | |
download | ydb-c140abc954b61ab7d86af80bdeced01482d9971a.tar.gz |
temp fix ydb oss sync config to unlock sync on /vendor dependency
Diffstat (limited to 'tools/rorescompiler/bin')
-rw-r--r-- | tools/rorescompiler/bin/ya.make | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/rorescompiler/bin/ya.make b/tools/rorescompiler/bin/ya.make deleted file mode 100644 index f9d20f4696..0000000000 --- a/tools/rorescompiler/bin/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -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() |