build: python setup.py build_ext --inplace clean: find \( -name \*.c -o -name \*.h -o -name \*.so \) -exec rm {} \; rm -rf build install: pip install . docs: make -C docs html