
rpm:
	python setup.py bdist_rpm

clean: 
	python setup.py clean
	rm -f *~ *.pyc MANIFEST src/*.pyc src/*~
	rm -rf build dist usr

