From 00acbce747c8ea470caf78506b10a1bc30d20431 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 3 Jun 2009 01:24:55 +0000 Subject: [PATCH] cleanup --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c8f30047..ea0ad1a1 100644 --- a/Makefile +++ b/Makefile @@ -65,3 +65,7 @@ endif force: .PHONY: all install force clean index tags $(subdirs) + +# are the .java files used ? +tags: + find . -name '*.py' -o -name '*.sh' -o -name '*.ecore' | grep -v '/\.svn/' | xargs etags -- 2.43.0