From a1fe6b84654d51f1a54a408b28b6dbed2e752fca Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Sun, 1 Jun 2025 23:22:44 +0200 Subject: [PATCH] kill spaces --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 03835f06b..abdaa4ee8 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -451,7 +451,7 @@ multdemo: multidemo.o ovrldemo: overlaydemo.o $(LD) $(LDFLAGS) -o $@ -C $(SYS)-overlay.cfg -m $@.map $^ $(SYS).lib -OVERLAYLIST := +OVERLAYLIST := ifneq ($(filter ovrldemo,$(EXELIST_$(SYS))),) OVERLAYLIST += $(foreach I,1 2 3,ovrldemo.$I)