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