spinix-hive/build_bin

6 lines
78 B
Plaintext
Raw Normal View History

cd src
bstc -b -O cgru $1.spin
cp $1.binary ../root/bin/$1
rm $1.binary
cd ..