summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-01-11 21:34:23 -0500
committerGitHub <noreply@github.com>2026-01-11 21:34:23 -0500
commit21668be4e41ee27c0cf2f83d3d79ed88b0257d4d (patch)
treecfa836d244b9cc1194e3be817453af59d7166863 /BUILD
parent3f60b0f7f43815f7cd38f744d3fbe56d04b6d8c3 (diff)
downloadcompiler-21668be4e41ee27c0cf2f83d3d79ed88b0257d4d.tar.gz
[willow]: Diagnostics and plumbing (#2)
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/BUILD b/BUILD
deleted file mode 100644
index 6cbf83c..0000000
--- a/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
-
-refresh_compile_commands(
- name = "refresh_compile_commands",
-
- targets = {
- "//willow:willow": "",
- },
-)