aboutsummaryrefslogtreecommitdiff
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
parentc674d70699ab2c03187be441e26801a73ac958bc (diff)
downloadbusybox-w32-dd23b8bb431d27ea95534f528a1e1381e5841b8b.tar.gz
busybox-w32-dd23b8bb431d27ea95534f528a1e1381e5841b8b.tar.bz2
busybox-w32-dd23b8bb431d27ea95534f528a1e1381e5841b8b.zip
Added a rule to make tags files for vi(m).
-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
186 | xargs rm -f; \ 186 | xargs rm -f; \
187 \ 187 \
188 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/; 188 tar -cvzf busybox-$(VERSION).tar.gz busybox-$(VERSION)/;
189
190.PHONY: tags
191tags:
192 ctags -R .