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