Update of /cvs-repository/Zope In directory cvs.zope.org:/tmp/cvs-serv14082 Added Files: Tag: Zope-2_6-branch Makefile Log Message: A trivial Makefile, as a reminder of how to build and test. === Added File Zope/Makefile === PYTHON=python2.1 WHOA_PIGGY=wo_pcgi.py TESTOPTS=-a -v1 all: $(PYTHON) $(WHOA_PIGGY) test: $(PYTHON) utilities/testrunner.py $(TESTOPTS) clean: ./stupid_clean