2019-03-19 17:26:08 +00:00

6 lines
101 B
Makefile

all:
$(PYTHON) setup.py build_ext --inplace
rm -rf build
clean:
rm -rf build
rm -f rank_cy.c *.so