summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel7
1 files changed, 0 insertions, 7 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
deleted file mode 100644
index 13c1e0f..0000000
--- a/BUILD.bazel
+++ /dev/null
@@ -1,7 +0,0 @@
-filegroup(
- name = "binaries",
- srcs = glob([
- "bin/*",
- ]),
- visibility = ["//visibility:public"],
-)