Setting tag nodemanager-1.8-39
[nodemanager.git] / Makefile
index 625a662..eeab636 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,13 @@ install:
 
 clean:
        python setup.py clean
-       rm -f forward_api_calls *.pyc
+       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
+