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

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

clean:
	rm *.so