From 4db7be7d2224bce4da3c2f8f23dbb24dd5d3d94b Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 1 Mar 2021 12:57:20 -0500 Subject: [PATCH] plasma: update makefile empty --- graphics/gr/plasma/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/gr/plasma/Makefile b/graphics/gr/plasma/Makefile index b0fd1fef..27f4415b 100644 --- a/graphics/gr/plasma/Makefile +++ b/graphics/gr/plasma/Makefile @@ -3,11 +3,12 @@ include ../../../Makefile.inc DOS33 = ../../../utils/dos33fs-utils/dos33 TOKENIZE = ../../../utils/asoft_basic-utils/tokenize_asoft LINKERSCRIPTS = ../../../linker_scripts +EMPTYDISK = ../../../empty_disk/empty.dsk all: plasma.dsk plasma.dsk: HELLO PLASMA PLASMA_128 PLASMA_TINY PLASMA_BOT WIRES WIRES_BOT - cp empty.dsk plasma.dsk + cp $(EMPTYDISK) plasma.dsk $(DOS33) -y plasma.dsk SAVE A HELLO $(DOS33) -y plasma.dsk BSAVE -a 0x70 PLASMA $(DOS33) -y plasma.dsk BSAVE -a 0x70 PLASMA_128