all:
	python setup.py build

clean distclean realclean:
	python setup.py clean
	rm -rf ./build

install:
	python setup.py $@

dep doc:

