all:
	python setup.py build
clean:
	python setup.py clean --all
install:
	python setup.py install --root $(DESTDIR)
