Simplified build script
This commit is contained in:
parent
7edbaa0a87
commit
714bbcf36e
4
build.sh
4
build.sh
|
@ -44,9 +44,9 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Assembling.."
|
echo "Assembling.."
|
||||||
bin/uxncli etc/drifblim.rom etc/polycat.tal && mv etc/polycat.rom bin/
|
bin/uxnasm etc/polycat.tal bin/polycat.rom
|
||||||
|
|
||||||
echo "Running.."
|
echo "Running.."
|
||||||
bin/uxn11 ~/roms/noodle.rom
|
bin/uxn11 bin/polycat.rom
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
Loading…
Reference in New Issue