install:
	python2.3 install.py

clean:
	rm -f *~
	rm -f Lphoto/*.pyc
	rm -f Lphoto/*.py~
	rm -f Lphoto/*.pyo
	rm -f Lphoto/*~
