The seed for random previously was the meaning of life (i.e., 42) but
[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
+