diff options
Diffstat (limited to 'BUILD.bazel')
| -rw-r--r-- | BUILD.bazel | 9 |
1 files changed, 9 insertions, 0 deletions
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": "", + }, +) |