xwords/xwords4/Makefile
2013-07-11 19:56:37 -07:00

8 lines
134 B
Makefile

tags:
etags $$(find . \
-name '*.java' -print \
-o -name '*.c' -print \
-o -name '*.h' -print \
-o -name '*.cpp' -print \
)