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

refresh_compile_commands(
    name = "refresh_compile_commands",

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