summaryrefslogtreecommitdiff
path: root/build.sce
blob: 2518afba7b36d0bf1ce7e9a12c37c0c46f01710b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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

try exec unloader.sce
end

exec cleaner.sce
clear
ulink


exec builder.sce
exec loader.sce