Added a rule to make tags files for vi(m).

This commit is contained in:
Mark Whitley 2000-07-10 23:00:47 +00:00
parent c674d70699
commit dd23b8bb43

View File

@ -186,3 +186,7 @@ dist release: distclean doc
| xargs rm -f; \
\
tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
.PHONY: tags
tags:
ctags -R .