blob: 5a872bb27f76c4dd45e225bff14a04c74464f5be (
plain)
1
2
3
4
5
6
7
8
9
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
|