From: Alan Cox Date: Sun, 15 Feb 2015 22:26:29 +0000 (+0000) Subject: zx128: Make a .z80 file when building X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b2339961388719911df9e48e5e9a15d381ea1cb0;p=FUZIX.git zx128: Make a .z80 file when building --- diff --git a/Kernel/platform-zx128/Makefile b/Kernel/platform-zx128/Makefile index 6ceddc48..63517024 100644 --- a/Kernel/platform-zx128/Makefile +++ b/Kernel/platform-zx128/Makefile @@ -35,3 +35,4 @@ clean: image: ( cd ..; tools/bin2sna fuzix.sna ) + ( cd ..; tools/bin2z80 fuzix.z80 )