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

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


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

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.


=== Added File Zope3/Makefile ===
PYTHON=python
TESTOPTS=

all:
	$(PYTHON) stupid_build.py

test: all
	$(PYTHON) test.py -v $(TESTOPTS)

clean:
	./stupid_clean