Added the dummy target for tags.

This commit is contained in:
mark 2002-01-28 20:00:02 +00:00
parent 01afa6b92b
commit b2df26455a
1 changed files with 4 additions and 1 deletions

View File

@ -89,7 +89,10 @@ config:
@touch config.mk
@./Configure
tags:
tags: dummy
ctags `find . -name '*.[ch]' -o -name '*.mk' -o -name '[Mm]akefile'`
# ctags -R
dummy: