Browse code

Added include to uxncli build manual

neauoire authored on 29/12/2021 18:35:13
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ Build the assembler and emulator by running the `build.sh` script. The assembler
30 30
 If you wish to build the emulator without graphics mode:
31 31
 
32 32
 ```sh
33
-cc src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli
33
+cc src/devices/file.c src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli
34 34
 ```
35 35
 
36 36
 ### Plan 9