summaryrefslogtreecommitdiff
path: root/build.sce
blob: 3b3bf6e458704ea2d7cf2fbace4c0d0467c5d121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


//cd /home/rupak/scilab-toolbox/scilab_octave/

if (~isfile("build.sce")) then
    cd ../../
end
pwd

try exec unloader.sce
end

exec cleaner.sce
clear
ulink


exec builder.sce
exec loader.sce

//octave_fun()