From 8c316e7e24f89c2504ca7a2c12afb37d14661538 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Mon, 1 Dec 2025 11:50:25 -0800 Subject: [PATCH] Rename build files from TARGETS to BUCK (group ID: 3033693060807749529) (#157) Summary: Pull Request resolved: https://github.com/meta-pytorch/tokenizers/pull/157 Reviewed By: larryliu0820 Differential Revision: D86426239 --- TARGETS | 5 ----- third-party/TARGETS | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 TARGETS delete mode 100644 third-party/TARGETS diff --git a/TARGETS b/TARGETS deleted file mode 100644 index 0a42614..0000000 --- a/TARGETS +++ /dev/null @@ -1,5 +0,0 @@ -load(":targets.bzl", "define_common_targets") - -oncall("executorch") - -define_common_targets() diff --git a/third-party/TARGETS b/third-party/TARGETS deleted file mode 100644 index 0a42614..0000000 --- a/third-party/TARGETS +++ /dev/null @@ -1,5 +0,0 @@ -load(":targets.bzl", "define_common_targets") - -oncall("executorch") - -define_common_targets()