7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
# Build the the boot program
|
|
cd src
|
|
bstc -b -O cgru boot.spin
|
|
cp boot.binary ..
|
|
rm boot.binary
|
|
cd ..
|