Closed alyptik closed 6 years ago
This looks great, thanks. I'm also going to backport it from develop (which is for the 0.5.0
milestone) for an upcoming 0.4.4
release. It may be a few days before it's merged.
The new cscope
and tags
targets should probably be added to the PHONY line, and clean
should remove cscope.out
. If you don't get to those, I will before the merge.
Build targets of both ${BUILD}/tags
and ${BUILD}/TAGS
will behave a bit strangely on a case-insensitive filesystem (such as on macOS), but people aren't especially likely to build both at once, and since they aren't default targets, they shouldn't break the build.
Aha, I kept thinking I had forgotten something, thanks. Making those changes now.
Thanks!
Add targets to generate cscope database files and ctags vi-style tags and add tag files to .gitignore.
Signed-off-by: Joey Pabalinas joeypabalinas@gmail.com