aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rorescompiler/bin
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2022-08-18 16:52:30 +0300
committeralexv-smirnov <alex@ydb.tech>2022-08-18 16:52:30 +0300
commitc140abc954b61ab7d86af80bdeced01482d9971a (patch)
treec47d70fa3213240d5e0eb59787a5325782a360de /tools/rorescompiler/bin
parent0ce07b9705ed20e3fce2759eae41496014ca4c33 (diff)
downloadydb-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.make19
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()