From 21668be4e41ee27c0cf2f83d3d79ed88b0257d4d Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sun, 11 Jan 2026 21:34:23 -0500 Subject: [willow]: Diagnostics and plumbing (#2) --- BUILD.bazel | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BUILD.bazel (limited to 'BUILD.bazel') diff --git a/BUILD.bazel b/BUILD.bazel new file mode 100644 index 0000000..6cbf83c --- /dev/null +++ b/BUILD.bazel @@ -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": "", + }, +) -- cgit v1.2.3