aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 .