list java files first so their methods, which tend to be more

numerous, will be found last.
This commit is contained in:
Eric House 2013-07-11 19:56:37 -07:00
parent d6658c5c08
commit f27d8d5d8f

View file

@ -1,7 +1,8 @@
tags:
etags $$(find . -name '*.c' -print \
etags $$(find . \
-name '*.java' -print \
-o -name '*.c' -print \
-o -name '*.h' -print \
-o -name '*.cpp' -print \
-o -name '*.java' -print \
)