X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d7ad72e312b272e0e05b474874746bfeadbaa307;hb=2063cfddc23cb2157d06ac0755e39ff6b8e457ef;hp=92c762acbfef5a8dfd4aca0105cb9cc6887805f9;hpb=fad93a573987ec218d2ab6b2c3f07a06cddded63;p=bootmanager.git diff --git a/Makefile b/Makefile index 92c762a..d7ad72e 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ endif ########## tags: - find . -type f | egrep -v 'TAGS|DIFF|/\.svn/|\.git/|~$$' | xargs etags + git ls-files | xargs etags .PHONY: tags