From d455263e6661cfc0130a36978431a5c3f0aea006 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 1 Jun 2016 19:46:02 +0200 Subject: [PATCH] Don'r presume that the C64 is the only target. Other targets have disks too and if at some point some one is interested enough to add support for disk creation for other targets too then 'disk' is no good goal name for a C64 disk. --- samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index 4560b35d0..aa869b088 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -127,8 +127,8 @@ ovrldemo: overlaydemo.o # Rule to make a CBM disk with all samples. Needs the c1541 program that comes # with the VICE emulator. -.PHONY: disk -disk: samples.d64 +.PHONY: d64 +d64: samples.d64 samples.d64: samples @$(C1541) -format samples,AA d64 $@ > /dev/null -- 2.39.2