mirror of
https://github.com/mgcaret/of816.git
synced 2026-04-21 13:16:32 +00:00
GoSXB: build script should cd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user