aboutsummaryrefslogtreecommitdiffstats
path: root/tools/py3cc/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-29 23:52:33 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-30 00:21:59 +0300
commit866215175648a5f00ca9b617cbac975462e06f0d (patch)
tree9b67129765fe600b06d9dc8ca323c96224980d24 /tools/py3cc/ya.make
parent611ec625981b1cb27dfb70f7da4a4bbcd4bb2384 (diff)
downloadydb-866215175648a5f00ca9b617cbac975462e06f0d.tar.gz
Move contrib/tools/python3/pycc to tools/py3cc
This is not a third party code, it is written by us.
Diffstat (limited to 'tools/py3cc/ya.make')
-rw-r--r--tools/py3cc/ya.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/py3cc/ya.make b/tools/py3cc/ya.make
new file mode 100644
index 0000000000..b6f5ce202e
--- /dev/null
+++ b/tools/py3cc/ya.make
@@ -0,0 +1,11 @@
+IF (USE_PREBUILT_TOOLS)
+ INCLUDE(ya.make.prebuilt)
+ENDIF()
+
+IF (NOT PREBUILT)
+ INCLUDE(bin/ya.make)
+ENDIF()
+
+RECURSE(
+ bin
+)