laurenok24's picture
Upload 251 files
5209465 verified
raw
history blame
116 Bytes
all:
cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../
clean:
cd nms; rm *.so; cd ../../