X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=Makefile;h=d7ad72e312b272e0e05b474874746bfeadbaa307;hp=92c762acbfef5a8dfd4aca0105cb9cc6887805f9;hb=6ed8a482392e7326342f07fbf33f47d6327d0411;hpb=099b149838e51d6b04bb73073738bf1e4a5e67ad 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