mirror of
https://github.com/simonowen/apple1emu.git
synced 2024-12-11 01:52:49 +00:00
13 lines
178 B
Batchfile
Executable File
13 lines
178 B
Batchfile
Executable File
@echo off
|
|
|
|
if "%1"=="clean" goto clean
|
|
|
|
opimpl.pl
|
|
pyz80.py --exportfile=apple1emu.sym apple1emu.asm
|
|
goto end
|
|
|
|
:clean
|
|
if exist apple1emu.dsk del apple1emu.dsk apple1emu.sym
|
|
|
|
:end
|