mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
fix the clean: target to remove any disk images.
This commit is contained in:
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
|
||||
|
@ -16,6 +16,7 @@ Please note:
|
||||
at the top of the makefile, specify the system with SYS=<target> on the
|
||||
make command line, or set a SYS environment variable.
|
||||
|
||||
* Use "make disk" to build a disk image with all sample programs.
|
||||
|
||||
List of supplied sample programs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user