Browse Source

android: build demos

android
Sigrid Solveig Haflínudóttir 4 years ago
parent
commit
467d99ee39
  1. 9
      build.sh

9
build.sh

@ -76,10 +76,13 @@ echo "Assembling(boot).."
echo "Assembling(asma).."
./bin/uxnasm projects/software/asma.tal bin/asma.rom
if [ "${1}" = '--no-run' ]; then exit; fi
echo "Assembling roms.."
for f in projects/examples/demos/*.tal
do
bin/uxncli bin/asma.rom $f bin/`basename ${f%.tal}`.rom 2> /dev/null
done
echo "Assembling(piano).."
bin/uxncli bin/asma.rom projects/examples/demos/piano.tal bin/piano.rom 2> bin/piano.log
if [ "${1}" = '--no-run' ]; then exit; fi
echo "Running.."
cd bin

Loading…
Cancel
Save