zxuno-git/modflash/README.md

26 lines
150 B
Markdown

# Target
File `FLASH.ZX1` - .
# Windows
## Build
```batch
make.bat
```
# GNU/Linux
## Build
```bash
make
```
## Clean
```bash
make clean
```