X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=example-apps%2FPDD%2Fpcb-defect-detection%2Flibs%2Fbox_utils%2Fcython_utils%2FMakefile;fp=example-apps%2FPDD%2Fpcb-defect-detection%2Flibs%2Fbox_utils%2Fcython_utils%2FMakefile;h=1e9e6867fa008875136b0648704ca072bead058b;hb=a785567fb9acfc68536767d20f60ba917ae85aa1;hp=0000000000000000000000000000000000000000;hpb=94a133e696b9b2a7f73544462c2714986fa7ab4a;p=ealt-edge.git diff --git a/example-apps/PDD/pcb-defect-detection/libs/box_utils/cython_utils/Makefile b/example-apps/PDD/pcb-defect-detection/libs/box_utils/cython_utils/Makefile new file mode 100755 index 0000000..1e9e686 --- /dev/null +++ b/example-apps/PDD/pcb-defect-detection/libs/box_utils/cython_utils/Makefile @@ -0,0 +1,6 @@ +all: + python setup.py build_ext --inplace + rm -rf build +clean: + rm -rf */*.pyc + rm -rf */*.so