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