ALL :
	python2.5 -OO -m py_compile *.py

clean :
	rm *.pyo
