Added a rule to make tags files for vi(m).
This commit is contained in:
parent
c674d70699
commit
dd23b8bb43
4
Makefile
4
Makefile
@ -186,3 +186,7 @@ dist release: distclean doc
|
||||
| xargs rm -f; \
|
||||
\
|
||||
tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
|
||||
|
||||
.PHONY: tags
|
||||
tags:
|
||||
ctags -R .
|
||||
|
Loading…
x
Reference in New Issue
Block a user