]> git.sur5r.net Git - cc65/blobdiff - samples/Makefile
Don'r presume that the C64 is the only target.
[cc65] / samples / Makefile
index 2542275fbb14e2fe1449c6c11c1b5a966de1a4d9..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
@@ -171,7 +171,7 @@ mostlyclean:
 
 .PHONY:        clean
 clean:
-       $(RM) *~ *.map *.o *.s *.lbl
+       $(RM) *.map *.o *.s *.lbl
 
 .PHONY:        zap
 zap:   clean