a4f04fe
From c15f4975d0a6d31a03f4c23ce5655f9615224997 Mon Sep 17 00:00:00 2001
a4f04fe
From: Dirk Jagdmann <doj@cubic.org>
a4f04fe
Date: Sun, 29 Mar 2020 13:09:57 -0700
a4f04fe
Subject: [PATCH 165/170] fix the clean: target to remove any disk images.
a4f04fe
a4f04fe
---
a4f04fe
 samples/Makefile | 12 ++++++------
a4f04fe
 samples/README   |  1 +
a4f04fe
 2 files changed, 7 insertions(+), 6 deletions(-)
a4f04fe
a4f04fe
diff --git a/samples/Makefile b/samples/Makefile
a4f04fe
index 69efbe43..adfe870e 100644
a4f04fe
--- a/samples/Makefile
a4f04fe
+++ b/samples/Makefile
a4f04fe
@@ -92,14 +92,14 @@ ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
a4f04fe
 
a4f04fe
   # For this one, see https://www.horus.com/~hias/atari/
a4f04fe
   DIR2ATR ?= dir2atr
a4f04fe
-
a4f04fe
-  DISK_c64       = samples.d64
a4f04fe
-  DISK_apple2    = samples.dsk
a4f04fe
-  DISK_apple2enh = samples.dsk
a4f04fe
-  DISK_atari     = samples.atr
a4f04fe
-  DISK_atarixl   = samples.atr
a4f04fe
 endif
a4f04fe
 
a4f04fe
+DISK_c64       = samples.d64
a4f04fe
+DISK_apple2    = samples.dsk
a4f04fe
+DISK_apple2enh = samples.dsk
a4f04fe
+DISK_atari     = samples.atr
a4f04fe
+DISK_atarixl   = samples.atr
a4f04fe
+
a4f04fe
 # --------------------------------------------------------------------------
a4f04fe
 # System-dependent settings
a4f04fe
 # For convenience, these groups and lines are sorted alphabetically, first
a4f04fe
diff --git a/samples/README b/samples/README
a4f04fe
index 7ace7da3..73d048fc 100644
a4f04fe
--- a/samples/README
a4f04fe
+++ b/samples/README
a4f04fe
@@ -16,6 +16,7 @@ Please note:
a4f04fe
     at the top of the makefile, specify the system with SYS=<target> on the
a4f04fe
     make command line, or set a SYS environment variable.
a4f04fe
 
a4f04fe
+  * Use "make disk" to build a disk image with all sample programs.
a4f04fe
 
a4f04fe
 List of supplied sample programs:
a4f04fe
 
a4f04fe
-- 
a4f04fe
2.26.0
a4f04fe