# Authors 2021 Ivan Tatarinov # 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 ```