Browse code

Removed mention of uxn-fast from README

Devine Lu Linvega authored on 06/04/2023 02:25:40
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ Build the assembler and emulator by running the `build.sh` script. The assembler
31 31
 If you wish to build the emulator without graphics mode:
32 32
 
33 33
 ```sh
34
-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
34
+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
35 35
 ```
36 36
 
37 37
 ### Plan 9