make tag recepie that only builds local tags
This commit is contained in:
@@ -35,5 +35,8 @@ DEPENDENCY_HEADERS := if os() == "macos" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
|
ctags --languages=c --langmap=c:.c.h -R .
|
||||||
|
|
||||||
|
tag-all:
|
||||||
echo "Making tags from project and headers in {{DEPENDENCY_HEADERS}}"
|
echo "Making tags from project and headers in {{DEPENDENCY_HEADERS}}"
|
||||||
ctags --languages=c --langmap=c:.c.h -R {{DEPENDENCY_HEADERS}} .
|
ctags --languages=c --langmap=c:.c.h -R {{DEPENDENCY_HEADERS}} .
|
||||||
|
|||||||
Reference in New Issue
Block a user