all: python setup.py build clean: python setup.py clean rm -rf ./build install: python setup.py $@ dep doc: