blob: 4c0f6f7694cfa0026cb7702f7eb746b88496483d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
refresh_compile_commands(
name = "refresh_compile_commands",
targets = {
"//willow:willow": "",
"//willow:willowc": "",
"//willow/tools/willowc/unittest": "",
},
)
|