summaryrefslogtreecommitdiff
path: root/BUILD.bazel
blob: 6cbf83c7a66f9df578366d22e1ad4d5d156183bf (plain)
1
2
3
4
5
6
7
8
9
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")

refresh_compile_commands(
    name = "refresh_compile_commands",

    targets = {
      "//willow:willow": "",
    },
)