diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 01:25:07 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-02 01:39:34 +0100 |
commit | 8604c98df53486208cdc15424aae9d9b2fef2d8e (patch) | |
tree | d7a8564846316028294a906d654db38b5313413d /refresh_clangd.sh | |
parent | 62cc4b468b4e8653d8ef523fc4081572c6c1c7d8 (diff) |
Apply licenses with rules_license
Diffstat (limited to 'refresh_clangd.sh')
-rwxr-xr-x | refresh_clangd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh_clangd.sh b/refresh_clangd.sh index 309edd2..f1bae0d 100755 --- a/refresh_clangd.sh +++ b/refresh_clangd.sh @@ -1 +1 @@ -bazel run //:refresh_clangd --config=linux -- --config=linux +bazel run //tools:refresh_clangd --config=linux -- --config=linux |