aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-07-10 23:00:47 +0000
committerMark Whitley <markw@lineo.com>2000-07-10 23:00:47 +0000
commitdd23b8bb431d27ea95534f528a1e1381e5841b8b (patch)
tree329e070ab9e297a8d0dfa109a5f1192ee8c96da4 /Makefile
parentc674d70699ab2c03187be441e26801a73ac958bc (diff)
downloadbusybox-dd23b8bb431d27ea95534f528a1e1381e5841b8b.tar.gz
Added a rule to make tags files for vi(m).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b5ace8d1..bc2eb8192 100644
--- a/Makefile
+++ b/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 .