mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-16 03:05:06 +00:00
android: build demos
This commit is contained in:
parent
5137db7df0
commit
467d99ee39
1 changed files with 6 additions and 3 deletions
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…
Reference in a new issue