mirror of https://github.com/zxdos/zxuno.git
44 lines
400 B
Markdown
44 lines
400 B
Markdown
# Authors
|
|
|
|
2021 Ivan Tatarinov <ivan-tat@ya.ru>
|
|
|
|
# Contributors
|
|
|
|
No one yet.
|
|
|
|
# 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
|
|
```
|