mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
src/Makefile: Add a TAGS target.
This commit is contained in:
parent
6a1d21441e
commit
90f1fc5a62
@ -38,6 +38,13 @@ vernum.o: $(LIB_O_NAME)
|
||||
elinks: $(LIB_O_NAME) vernum.o
|
||||
$(call cmd,link)
|
||||
|
||||
TAGS:
|
||||
find $(srcdir). -name "*.[ch]" -print \
|
||||
| etags --regex='{c}/INIT_LIST_HEAD(\([[:alnum:]_]+\))/\1/' \
|
||||
--regex='{c}/struct_hierbox_browser(\n[ \t]*\([[:alnum:]_]+\),/\1/m' \
|
||||
-
|
||||
.PHONY: TAGS
|
||||
|
||||
PROGS = elinks
|
||||
CLEAN = vernum.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user