summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2026-01-05 12:40:09 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2026-01-10 15:37:46 -0500
commitd4b629cc275769c2553db819643849cda2395a17 (patch)
tree6dcc5d0c886945f8b58b4d8fd6c7eea4bb1b194d /BUILD
downloadcompiler-d4b629cc275769c2553db819643849cda2395a17.tar.gz
init
wip wip, pt2 wip, pt3
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..6cbf83c
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,9 @@
+load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
+
+refresh_compile_commands(
+ name = "refresh_compile_commands",
+
+ targets = {
+ "//willow:willow": "",
+ },
+)