Setting tag nodemanager-1.8-39
[nodemanager.git] / Makefile
index 390d27f..eeab636 100644 (file)
--- 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
+