From b7e7d1496bc3ebf90a62b75fa5ddce8ba204e1af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patrycjusz=20R=2E=20=C5=81ogiewa?= Date: Wed, 1 Jun 2016 16:37:05 +0200 Subject: [PATCH] corrected all samples and samples.d64 targets --- samples/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 $$?;\ -- 2.39.5