From ea698a54a82ff5c20236ff09e592354dfe25798a Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 5 Apr 2021 14:34:56 +0200 Subject: start cleanup --- build_matleap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 build_matleap (limited to 'build_matleap') 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." -- cgit v1.2.3-54-g00ecf