X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=eeab636d4bafab61c58fd920271329adc27924e7;hb=f9bb3327f1a77a058d98c15095a8c4e874564c9b;hp=1f4c8d7ba93a767888a916cafddd2738e93b2f2b;hpb=401d1e11354752a33c97d29a2d3af9e60ee2885d;p=nodemanager.git diff --git a/Makefile b/Makefile index 1f4c8d7..eeab636 100644 --- a/Makefile +++ b/Makefile @@ -31,5 +31,9 @@ clean: .PHONY: all install clean +########## tags: find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' | xargs etags + +.PHONY: tags +