plasma: update makefile empty

This commit is contained in:
Vince Weaver 2021-03-01 12:57:20 -05:00
parent cf89975085
commit 4db7be7d22
1 changed files with 2 additions and 1 deletions

View File

@ -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