diff options
Diffstat (limited to 'macros/buildmacros.sce')
-rw-r--r-- | macros/buildmacros.sce | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |