aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/d/hello_world/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/hello_world/BUILD')
-rw-r--r--examples/d/hello_world/BUILD17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/d/hello_world/BUILD b/examples/d/hello_world/BUILD
deleted file mode 100644
index 901f42f735..0000000000
--- a/examples/d/hello_world/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-load("//tools/build_defs/d:d.bzl", "d_binary", "d_docs")
-
-d_binary(
- name = "hello_world",
- srcs = ["hello_world.d"],
- deps = [
- "//examples/d/hello_lib:greeter",
- "//examples/d/hello_lib:native_greeter",
- ],
-)
-
-d_docs(
- name = "hello_world_docs",
- dep = ":hello_world",
-)