GoSXB: build script should cd

This commit is contained in:
mgcaret 2019-12-27 14:09:05 -08:00
parent 160bfb5c55
commit 547c7f8bf6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e -x
cd $(dirname $0)
ca65 -I ../../inc GoSXB.s -l GoSXB.lst
../../build.sh GoSXB
ld65 -C GoSXB.l -S 0x8000 GoSXB.o ../../forth.o -m forth.map -o forth