X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=eeab636d4bafab61c58fd920271329adc27924e7;hb=refs%2Fheads%2F1.8;hp=390d27f6f5535ed860fea76fcbdc461306b1e49f;hpb=8806bb96d4635525571bef89f9df241a96156b6a;p=nodemanager.git diff --git a/Makefile b/Makefile index 390d27f..eeab636 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,10 @@ clean: rm -f forward_api_calls *.pyc build .PHONY: all install clean + +########## +tags: + find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' | xargs etags + +.PHONY: tags +