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