spinix-hive/build_bin

6 lines
78 B
Plaintext
Executable File

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