X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=ea0ad1a178acca972c8c43468ad49bdf577b7af8;hb=00acbce747c8ea470caf78506b10a1bc30d20431;hp=c8f3004770d8cb392250cf32073c681562be5f87;hpb=f7f40483d1f2432aaae6b83ed7c3ccfd403024ce;p=sfa.git 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