zxuno-git/modflash/README.md

44 lines
420 B
Markdown

# Authors
2021 Antonio Villena
# Contributors
2021 Ivan Tatarinov <ivan-tat@ya.ru> (Makefile)
# License
This document is under [GNU FDL-1.3 or later](http://www.gnu.org/licenses/fdl-1.3.html) license.
# Target
File `FLASH.ZX1`.
# Windows
## Build
```batch
make.bat
```
# GNU/Linux
## Build
```bash
make
```
## Clean
```bash
make clean
```
or even to remove `FLASH.ZX1` file:
```bash
make dist-clean
```