summaryrefslogtreecommitdiff
path: root/builder.sce
diff options
context:
space:
mode:
Diffstat (limited to 'builder.sce')
-rw-r--r--builder.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder.sce b/builder.sce
index d67b226..5abb459 100644
--- a/builder.sce
+++ b/builder.sce
@@ -30,9 +30,9 @@ TOOLBOX_TITLE = "FOSSEE Signal Processing Toolbox";
toolbox_dir = get_absolute_file_path("builder.sce");
//tbx_builder_gateway(toolbox_dir);
+tbx_builder_macros(toolbox_dir);
tbx_builder_help(toolbox_dir);
tbx_build_loader(TOOLBOX_NAME, toolbox_dir);
tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir);
-tbx_builder_macros(toolbox_dir);
clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE;