mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +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)
|