all:
	python setup.py build_ext --inplace
	rm -rf build
clean:
	rm -rf build
	rm -f rank_cy.c *.so
