Removed mention of uxn-fast from README

This commit is contained in:
Devine Lu Linvega 2023-04-05 19:25:40 -07:00
parent f19d3262ff
commit 38ec3ef7e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Build the assembler and emulator by running the `build.sh` script. The assembler
If you wish to build the emulator without graphics mode: If you wish to build the emulator without graphics mode:
```sh ```sh
cc src/devices/datetime.c src/devices/system.c src/devices/file.c src/uxn-fast.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli cc src/devices/datetime.c src/devices/system.c src/devices/file.c src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli
``` ```
### Plan 9 ### Plan 9