spinix-hive/build_boot

7 lines
101 B
Plaintext
Raw Normal View History

# Build the the boot program
cd src
bstc -b -O cgru boot.spin
cp boot.binary ..
rm boot.binary
cd ..