blob: 66a3ed047a49124b921548dbc337946202fedbf7 [file] [log] [blame]
all:
cd rcnn/cython/; python setup.py build_ext --inplace; rm -rf build; cd ../../
cd rcnn/pycocotools/; python setup.py build_ext --inplace; rm -rf build; cd ../../
clean:
cd rcnn/cython/; rm *.so *.c *.cpp; cd ../../
cd rcnn/pycocotools/; rm *.so; cd ../../