Makefile 94 Bytes
Newer Older
chenych's avatar
chenych committed
1
2
3
4
5
6
all:
	python setup.py build_ext --inplace
	rm -rf build
clean:
	rm -rf */*.pyc
	rm -rf */*.so