mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
5 lines
98 B
Makefile
5 lines
98 B
Makefile
|
|
tags:
|
|
etags $$(find . -name '*.c' -print \
|
|
-o -name '*.h' -print \
|
|
-o -name '*.cpp' -print)
|