fix the clean: target to remove any disk images.
This commit is contained in:
committed by
Oliver Schmidt
parent
8b5a2f135c
commit
c15f4975d0
@@ -92,14 +92,14 @@ ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
|
||||
|
||||
# For this one, see https://www.horus.com/~hias/atari/
|
||||
DIR2ATR ?= dir2atr
|
||||
|
||||
DISK_c64 = samples.d64
|
||||
DISK_apple2 = samples.dsk
|
||||
DISK_apple2enh = samples.dsk
|
||||
DISK_atari = samples.atr
|
||||
DISK_atarixl = samples.atr
|
||||
endif
|
||||
|
||||
DISK_c64 = samples.d64
|
||||
DISK_apple2 = samples.dsk
|
||||
DISK_apple2enh = samples.dsk
|
||||
DISK_atari = samples.atr
|
||||
DISK_atarixl = samples.atr
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# System-dependent settings
|
||||
# For convenience, these groups and lines are sorted alphabetically, first
|
||||
|
||||
Reference in New Issue
Block a user