Added include to uxncli build manual

This commit is contained in:
neauoire 2021-12-29 10:35:13 -08:00
parent e12e07e457
commit 84f17059f7
1 changed files with 1 additions and 1 deletions

View File

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