2020-02-10 07:38:56 +08:00

7 lines
99 B
Makefile

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