From b2339961388719911df9e48e5e9a15d381ea1cb0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Feb 2015 22:26:29 +0000 Subject: [PATCH] zx128: Make a .z80 file when building --- Kernel/platform-zx128/Makefile | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.34.1