cleanup
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 3 Jun 2009 01:24:55 +0000 (01:24 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 3 Jun 2009 01:24:55 +0000 (01:24 +0000)
Makefile

index c8f3004..ea0ad1a 100644 (file)
--- 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