make tag recepie that only builds local tags

This commit is contained in:
2026-05-26 00:04:41 +02:00
parent 8be1c2254b
commit ed9e69bc06
+3
View File
@@ -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}} .