nolibgs_hello_worlds/hello_cd/README.md

16 lines
214 B
Markdown
Raw Normal View History

2021-07-17 13:16:05 +02:00
## Loading a file from CD
You need [mkpsxiso](https://github.com/Lameguy64/mkpsxiso) in your $PATH to generate a PSX disk image.
### Compile
```bash
make all
```
### Clean directory
```bash
make cleansub
```