mist_hgr: fix broken Makefile

only notice if not already have .dsk file
This commit is contained in:
Vince Weaver 2021-09-21 23:14:01 -04:00
parent b77f8881a3
commit dbbb8bed46
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mist_hgr.dsk: QBOOT TEXT_TITLE QLOAD \
SAVE1 SAVE2 SAVE3 SAVE4 SAVE5 \
MIST
# OCTAGON VIEWER \
# DENTIST D\'NI SHIP GENERATOR \
# DENTIST D\'NI SHIP GENERATOR
cp $(EMPTY_DISK) mist_hgr.dsk
$(DOS33_RAW) mist_hgr.dsk 0 0 QBOOT 0 1
$(DOS33_RAW) mist_hgr.dsk 0 2 QBOOT 1 1