File size: 116 Bytes
5209465
 
 
 
1
2
3
4
5
all:
	cd nms; python setup_linux.py build_ext --inplace; rm -rf build; cd ../../
clean:
	cd nms; rm *.so; cd ../../