From: Mark Whitley Date: Mon, 10 Jul 2000 23:00:47 +0000 (-0000) Subject: Added a rule to make tags files for vi(m). X-Git-Tag: 0_46~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd23b8bb431d27ea95534f528a1e1381e5841b8b;p=oweals%2Fbusybox.git Added a rule to make tags files for vi(m). --- 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 .