ti84: adapt recipe to single stage xcomp

This commit is contained in:
Virgil Dupras 2020-05-14 11:36:10 -04:00
parent 0703da928e
commit 303b34b483
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
TARGET = stage1.bin
TARGET = os.bin
BASEDIR = ../..
FDIR = $(BASEDIR)/forth
EDIR = $(BASEDIR)/emul

View File

@ -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