deep-person-reid/eval_lib/Makefile

7 lines
96 B
Makefile

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