[make] add 'make tags'

Tries to generate a curated ctags file for the current project and
configuration.
This commit is contained in:
Travis Geiselbrecht
2024-05-09 20:27:54 -07:00
parent 60bee01621
commit 5d8dd9c36a
3 changed files with 18 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ help:
@echo "make list: List of buildable projects"
@echo "make clean: cleans build of current project"
@echo "make spotless: removes all build directories"
@echo "make tags: run ctags on all of the source files for the current project"
@echo "make <project>: try to build project named <project>"
@echo ""
@echo "make list-arch: print the architecture of the current project"