File size: 257 Bytes
d4b77ac
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
all:
    # install pycocotools locally
	python setup.py build_ext --inplace
	rm -rf build

install:
	# install pycocotools to the Python site-packages
	python setup.py build_ext install
	rm -rf build
clean:
	rm _mask.c _mask.cpython-36m-x86_64-linux-gnu.so