[Zope-CVS] CVS: Packages/Spread - Makefile:1.1

Guido van Rossum guido@python.org
Wed, 19 Dec 2001 18:03:51 -0500


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