mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
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 \
|
|
)
|