Makefile 94 B

123456
  1. all:
  2. python setup.py build_ext --inplace
  3. rm -rf build
  4. clean:
  5. rm -rf */*.pyc
  6. rm -rf */*.so