Skip to content

Commit

Permalink
scripts: run ctags on ccan as well
Browse files Browse the repository at this point in the history
Run ctags on ccan as well.

Signed-off-by: Klaus Jensen <[email protected]>
  • Loading branch information
birkelund committed Apr 17, 2024
1 parent 004522c commit 2ad7c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ctags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

rm -f "${MESON_SOURCE_ROOT}/tags"

for dir in "include" "src" "lib"; do
for dir in "ccan" "include" "src" "lib"; do
ctags -R -f "${MESON_SOURCE_ROOT}/tags" --append "${MESON_SOURCE_ROOT}/$dir"
done

0 comments on commit 2ad7c83

Please sign in to comment.