12 lines
242 B
Python
12 lines
242 B
Python
load("@hedron_compile_commands//:refresh_compile_commands.bzl",
|
|
"refresh_compile_commands"
|
|
)
|
|
|
|
refresh_compile_commands(
|
|
name = "refresh_compile_commands",
|
|
targets = {
|
|
"//source:*": "",
|
|
"//tests/...": "",
|
|
},
|
|
)
|