Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 150 Bytes

buildall.sh

File metadata and controls

executable file
·
18 lines (12 loc) · 150 Bytes
 
Nov 27, 1999
Nov 27, 1999
1
2
#!/bin/sh
Oct 2, 2000
Oct 2, 2000
3
4
5
set -e
cd ../libgc
Nov 27, 1999
Nov 27, 1999
6
7
8
make clean
make linux
Oct 2, 2000
Oct 2, 2000
9
cd BASIClib
Nov 27, 1999
Nov 27, 1999
10
11
12
13
14
15
16
17
make clean
make linux
cd ../tools/testlib
make clean
make linux
echo "All done!"