[Zope-Checkins] CVS: Zope - Makefile:1.2

Guido van Rossum guido@python.org
Fri, 22 Nov 2002 07:58:00 -0500


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv29635

Added Files:
	Makefile 
Log Message:
Trivial Makefile.  This just saves me from having to remember how to
do the build in *this* version of Zope.


=== Zope/Makefile 1.1 => 1.2 ===
--- /dev/null	Fri Nov 22 07:58:00 2002
+++ Zope/Makefile	Fri Nov 22 07:57:59 2002
@@ -0,0 +1,12 @@
+PYTHON=python
+WHOA_PIGGY=wo_pcgi.py
+TESTOPTS=-a
+
+all:
+	$(PYTHON) $(WHOA_PIGGY)
+
+test:
+	$(PYTHON) utilities/testrunner.py $(TESTOPTS)
+
+clean:
+	./stupid_clean