From dd23b8bb431d27ea95534f528a1e1381e5841b8b Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Mon, 10 Jul 2000 23:00:47 +0000 Subject: Added a rule to make tags files for vi(m). --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 . -- cgit v1.2.3