all:
	python setup.py build
clean:
	rm -rf build
distclean: clean
	rm -f setup.py
