Added a rule to make tags files for vi(m).
authorMark Whitley <markw@lineo.com>
Mon, 10 Jul 2000 23:00:47 +0000 (23:00 -0000)
committerMark Whitley <markw@lineo.com>
Mon, 10 Jul 2000 23:00:47 +0000 (23:00 -0000)
Makefile

index 4b5ace8d1ca1223ac0a26f340ea32a339b10d609..bc2eb8192823588140a944eae865afb2b78533b9 100644 (file)
--- 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 .