Files
asl/tools/refresh_clangd/BUILD.bazel

11 lines
250 B
Python

# Copyright 2025 Steven Le Rouzic
#
# SPDX-License-Identifier: BSD-3-Clause
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
refresh_compile_commands(
name = "refresh_clangd",
targets = "//...",
)