projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c674d70
)
Added a rule to make tags files for vi(m).
author
Mark Whitley
<markw@lineo.com>
Mon, 10 Jul 2000 23:00:47 +0000
(23:00 -0000)
committer
Mark Whitley
<markw@lineo.com>
Mon, 10 Jul 2000 23:00:47 +0000
(23:00 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 .