From fc28573f2145abde6c6fa41376ec82af65b3981b Mon Sep 17 00:00:00 2001 From: ehouse Date: Mon, 25 Jan 2010 02:09:08 +0000 Subject: [PATCH] include java files in TAGS --- xwords4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xwords4/Makefile b/xwords4/Makefile index 5a2d804da..9a19ee78e 100644 --- a/xwords4/Makefile +++ b/xwords4/Makefile @@ -2,4 +2,6 @@ tags: etags $$(find . -name '*.c' -print \ -o -name '*.h' -print \ - -o -name '*.cpp' -print) + -o -name '*.cpp' -print \ + -o -name '*.java' -print \ +)