diff --git a/justfile b/justfile index fcd79c6..bc9c130 100644 --- a/justfile +++ b/justfile @@ -35,5 +35,8 @@ DEPENDENCY_HEADERS := if os() == "macos" { } tag: + ctags --languages=c --langmap=c:.c.h -R . + +tag-all: echo "Making tags from project and headers in {{DEPENDENCY_HEADERS}}" ctags --languages=c --langmap=c:.c.h -R {{DEPENDENCY_HEADERS}} .