fast-reid/fastreid/evaluation/rank_cylib/Makefile

8 lines
122 B
Makefile

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