Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-07-11 03:00:47 +0400
committerMark Whitley <markw@lineo.com>2000-07-11 03:00:47 +0400
commitdd23b8bb431d27ea95534f528a1e1381e5841b8b (patch)
tree329e070ab9e297a8d0dfa109a5f1192ee8c96da4 /Makefile
parentc674d70699ab2c03187be441e26801a73ac958bc (diff)
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 .