Added logging. Forgot to return anything; threads would blow up since test of is_ru...
[nodemanager.git] / Makefile
index 390d27f..a056d57 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: Makefile,v 1.2 2006/11/13 20:04:44 mlhuang Exp $
+# $Id$
 #
 
 # autoconf compatible variables
@@ -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