log subprocess calls.
[nodemanager.git] / Makefile
index 625a662..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
@@ -27,6 +27,9 @@ 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