mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Added build support for Bill Chen's Z1RCC. - Thanks and credit to Bill for supplying the bulk of the build changes.
5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
pushd Z1RCC && call Build || exit /b & popd
|