pcb defect detetcion application
[ealt-edge.git] / example-apps / PDD / pcb-defect-detection / libs / box_utils / 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