mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
6 lines
98 B
Makefile
6 lines
98 B
Makefile
![]() |
|
||
|
tags:
|
||
|
etags $$(find . -name '*.c' -print \
|
||
|
-o -name '*.h' -print \
|
||
|
-o -name '*.cpp' -print)
|