6 lines
69 B
Makefile
6 lines
69 B
Makefile
all:
|
|
python setup.py build_ext -i
|
|
|
|
clean:
|
|
rm -f *.so
|
|
rm -rf build
|