all:
	python setup.py build

install:
	python setup.py install

clean:
	rm -Rf build
