mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
list java files first so their methods, which tend to be more
numerous, will be found last.
This commit is contained in:
parent
d6658c5c08
commit
f27d8d5d8f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
etags $$(find . -name '*.c' -print \
|
etags $$(find . \
|
||||||
|
-name '*.java' -print \
|
||||||
|
-o -name '*.c' -print \
|
||||||
-o -name '*.h' -print \
|
-o -name '*.h' -print \
|
||||||
-o -name '*.cpp' -print \
|
-o -name '*.cpp' -print \
|
||||||
-o -name '*.java' -print \
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue