Makefile 124 Bytes
Newer Older
Kai Chen's avatar
Kai Chen committed
1
2
3
4
5
6
7
PYTHON=${PYTHON:-python}

all:
	echo "Compiling nms kernels..."
	$(PYTHON) setup.py build_ext --inplace

clean:
Kai Chen's avatar
Kai Chen committed
8
	rm -f *.so