summaryrefslogtreecommitdiffstats
path: root/build_matleap
diff options
context:
space:
mode:
Diffstat (limited to 'build_matleap')
-rwxr-xr-xbuild_matleap10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_matleap b/build_matleap
new file mode 100755
index 0000000..218c357
--- /dev/null
+++ b/build_matleap
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+nc_print() {
+ echo -e "\e[35m${*}\e[0m"
+}
+
+nc_print "Building mex library..."
+mex -lLeap matleap.cpp
+#mex -c -lLeap matleap.cpp
+nc_print "Done."