From 36aca8aaaee5cf8cb5452268fd07c0b558b000a3 Mon Sep 17 00:00:00 2001 From: rupak Date: Tue, 21 Jan 2020 15:20:25 +0530 Subject: created a scilab toolbox structure --- macros/buildmacros.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 macros/buildmacros.sce (limited to 'macros/buildmacros.sce') diff --git a/macros/buildmacros.sce b/macros/buildmacros.sce new file mode 100644 index 0000000..5a872bb --- /dev/null +++ b/macros/buildmacros.sce @@ -0,0 +1,10 @@ +// This file is released under the 3-clause BSD license. See COPYING-BSD. + +function buildmacros() + macros_path = get_absolute_file_path("buildmacros.sce"); + tbx_build_macros(TOOLBOX_NAME, macros_path); +endfunction + +buildmacros(); +clear buildmacros; // remove buildmacros on stack + -- cgit