mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
6 lines
101 B
Makefile
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
|