mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 19:48:06 +11:00
ti84: adapt recipe to single stage xcomp
This commit is contained in:
parent
0703da928e
commit
303b34b483
@ -1,4 +1,4 @@
|
||||
TARGET = stage1.bin
|
||||
TARGET = os.bin
|
||||
BASEDIR = ../..
|
||||
FDIR = $(BASEDIR)/forth
|
||||
EDIR = $(BASEDIR)/emul
|
||||
|
@ -38,7 +38,7 @@ screen as output and its builtin keyboard as input.
|
||||
|
||||
## Build the ROM
|
||||
|
||||
Running `make` will result in `stage1.rom` being created.
|
||||
Running `make` will result in `os.rom` being created.
|
||||
|
||||
## Emulate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user