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