summaryrefslogtreecommitdiffstats
path: root/build_matleap
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2021-04-05 14:34:56 +0200
committerNiklas Halle <niklas@niklashalle.net>2021-04-05 14:37:22 +0200
commitea698a54a82ff5c20236ff09e592354dfe25798a (patch)
tree95ccf6d30176c67c5e64a473e422223418deba50 /build_matleap
parenteb0349db0084736e92ec6ab7c7cb9db5fae18624 (diff)
downloadwdti_project-ea698a54a82ff5c20236ff09e592354dfe25798a.tar.gz
wdti_project-ea698a54a82ff5c20236ff09e592354dfe25798a.zip
start cleanup
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."