update info of infra/README.md
[ealt-edge.git] / cython_utils / Makefile
1 all:
2         python setup.py build_ext --inplace
3         rm -rf build
4 clean:
5         rm -rf */*.pyc
6         rm -rf */*.so