gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/examples/gb/compile.bat
1 @echo off
2
3 REM Automatically build all Game Boy examples in this directory.
4
5 for /d %%i in (.\*) do (
6 pushd "%%i"
7 .\compile.bat
8 popd
9 )
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.