pcb defect detetcion application
[ealt-edge.git] / example-apps / PDD / pcb-defect-detection / libs / box_utils / cython_utils / Makefile
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 (executable)
index 0000000..1e9e686
--- /dev/null
@@ -0,0 +1,6 @@
+all:
+       python setup.py build_ext --inplace
+       rm -rf build
+clean:
+       rm -rf */*.pyc
+       rm -rf */*.so