From: Patrycjusz R. Ɓogiewa Date: Wed, 1 Jun 2016 14:37:05 +0000 (+0200) Subject: corrected all samples and samples.d64 targets X-Git-Tag: V2.16~132^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7e7d1496bc3ebf90a62b75fa5ddce8ba204e1af;p=cc65 corrected all samples and samples.d64 targets --- diff --git a/samples/Makefile b/samples/Makefile index d9b51e827..2542275fb 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -111,8 +111,7 @@ EXELIST = ascii \ .PHONY: all samples all: -samples: - $(EXELIST) +samples: $(EXELIST) # -------------------------------------------------------------------------- # Overlay rules. Overlays need special ld65 configuration files. Also, the @@ -131,7 +130,7 @@ ovrldemo: overlaydemo.o .PHONY: disk disk: samples.d64 -samples.d64: all +samples.d64: samples @$(C1541) -format samples,AA d64 $@ > /dev/null @for exe in $(EXELIST); do\ $(C1541) -attach $@ -write $$exe > /dev/null || exit $$?;\