]> git.sur5r.net Git - cc65/commitdiff
Don'r presume that the C64 is the only target.
authorOliver Schmidt <ol.sc@web.de>
Wed, 1 Jun 2016 17:46:02 +0000 (19:46 +0200)
committerOliver Schmidt <ol.sc@web.de>
Wed, 1 Jun 2016 17:46:02 +0000 (19:46 +0200)
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

index 4560b35d0c12a2aaf00ad4e2ea7466a3fbc3dec2..aa869b0889f337121e11a0453d50f72029e74cee 100644 (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