mirror of
https://github.com/mgcaret/of816.git
synced 2025-04-05 08:37:10 +00:00
GoSXB: build script should cd
This commit is contained in:
parent
160bfb5c55
commit
547c7f8bf6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user