mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
f27d8d5d8f
numerous, will be found last.
8 lines
134 B
Makefile
8 lines
134 B
Makefile
|
|
tags:
|
|
etags $$(find . \
|
|
-name '*.java' -print \
|
|
-o -name '*.c' -print \
|
|
-o -name '*.h' -print \
|
|
-o -name '*.cpp' -print \
|
|
)
|