[Zope3-checkins] CVS: Zope3 - Makefile:1.4

Guido van Rossum guido@python.org
Sun, 8 Dec 2002 15:26:45 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv24785

Modified Files:
	Makefile 
Log Message:
Add 'run' target.  Doesn't imply 'all'.


=== Zope3/Makefile 1.3 => 1.4 ===
--- Zope3/Makefile:1.3	Sat Nov 23 01:58:19 2002
+++ Zope3/Makefile	Sun Dec  8 15:26:44 2002
@@ -7,5 +7,8 @@
 test: all
 	$(PYTHON) test.py -v $(TESTOPTS)
 
+run:
+	$(PYTHON) z3.py
+
 clean:
 	./stupid_clean