diff options
| author | Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com> | 2016-09-29 16:18:23 -0400 |
|---|---|---|
| committer | Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com> | 2016-09-29 16:18:23 -0400 |
| commit | beab3f8c715ea00af09c2df0b32ce23288384770 (patch) | |
| tree | 21bf1fb1400730a230b22a8f47b580a50dc4ce97 /Makefile | |
| parent | 889ee28ed562af4344cba27f17076c88ec099c74 (diff) | |
| download | tinycc-beab3f8c715ea00af09c2df0b32ce23288384770.tar.gz tinycc-beab3f8c715ea00af09c2df0b32ce23288384770.tar.bz2 | |
Use etags to produce target TAGS.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ tags: ctags $(top_srcdir)/*.[ch] $(top_srcdir)/include/*.h $(top_srcdir)/lib/*.[chS] 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 # and converting two files to CRLF) |
