Use etags to produce target TAGS.
This commit is contained in:
parent
889ee28ed5
commit
beab3f8c71
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -412,7 +412,7 @@ tags:
|
||||||
ctags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS]
|
ctags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS]
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
ctags -e $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS]
|
etags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS]
|
||||||
|
|
||||||
# create release tarball from *current* git branch (including tcc-doc.html
|
# create release tarball from *current* git branch (including tcc-doc.html
|
||||||
# and converting two files to CRLF)
|
# and converting two files to CRLF)
|
||||||
|
|
Loading…
Add table
Reference in a new issue