From: Thierry Parmentelat Date: Wed, 3 Jun 2009 01:24:55 +0000 (+0000) Subject: cleanup X-Git-Tag: sfa-0.9-0@14641~343 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=00acbce747c8ea470caf78506b10a1bc30d20431;p=sfa.git cleanup --- 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