1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 20:29:36 +00:00

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.
This commit is contained in:
Oliver Schmidt 2016-06-01 19:46:02 +02:00
parent 3c8fd588f6
commit d455263e66

View File

@ -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