Update of /cvs-repository/Packages/Spread In directory cvs.zope.org:/tmp/cvs-serv1476 Added Files: Makefile Log Message: A real Makefile. I got tired of rememberinghow to invoke setup.py and testspread.py. This saves a few keystrokes. === Added File Packages/Spread/Makefile === all: python setup.py build install: python setup.py install test: python testspread.py