Updated build script
1 files changed, 3 insertions(+), 3 deletions(-) M build.sh
M build.sh => build.sh +3 -3
@@ 11,7 11,7 @@ CPY="$HOME/roms" ETC="src/manifest.tal" ARG="" echo ">> Cleaning.." echo ">> Cleaning" rm -rf bin mkdir bin @@ 21,7 21,7 @@ then $LIN $SRC $ETC fi echo ">> Assembling.." echo ">> Assembling $SRC" $ASM $SRC $DST if [[ "$*" == *"--save"* ]] @@ 30,5 30,5 @@ then cp $DST $CPY fi echo ">> Running.." echo ">> Running $DST" $EMU $DST $ARG