Skip to content
Snippets Groups Projects
Commit 13e720f1 authored by Iustin Pop's avatar Iustin Pop
Browse files

A small makefile rule to create a TAGS file

This helps emacs users ☺️



Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent bff04b1b
No related branches found
No related tags found
No related merge requests found
......@@ -375,4 +375,11 @@ apidoc:
rm -rf $$TMPDIR ; \
}
.PHONY: TAGS
TAGS:
rm -f TAGS
find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \
-path 'daemons/ganeti-*' -o -path 'tools/*' | \
etags -
# vim: set noet :
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment