also set vsys to restart when the vsys.conf file is re-written.
[nodemanager.git] / Makefile
index 390d27f..1f4c8d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,3 +30,6 @@ clean:
        rm -f forward_api_calls *.pyc build
 
 .PHONY: all install clean
+
+tags:
+       find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' | xargs etags