[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] make "make Lines" work.



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv17268

Modified Files:
	Makefile 
Log Message:
make "make Lines" work.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	3 Jan 2003 03:16:43 -0000	1.24
+++ Makefile	4 Jan 2003 04:27:49 -0000	1.25
@@ -171,7 +171,7 @@
 	( export PYTHONPATH=.; cd build/lib*; pychecker -F ../../pycheckrc \
 	  ./mixminion/*.py ./mixminion/*/*.py )
 
-lines:
+lines: clean
 	wc -l src/*.[ch] lib/*/*.py lib/*/*/*.py
 
 xxxx: