go:
	/usr/local/cpython-2.5/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/cpython-2.6/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/cpython-2.7/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/cpython-3.0/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/cpython-3.1/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/cpython-3.2/bin/python  ./hardlink-test > ,temp; tar tvf - < ,temp || true
	/usr/local/pypy-1.4.1/bin/pypy     ./hardlink-test > ,temp; tar tvf - < ,temp || true
	#usr/local/jython-2.5.2/bin/jython ./hardlink-test > ,temp; tar tvf - < ,temp || true

clean:
	rm -f *.pyc *.txt ,temp