kill spaces

This commit is contained in:
Bob Andrews
2025-06-01 23:22:44 +02:00
committed by GitHub
parent d7c84d1434
commit a1fe6b8465

View File

@@ -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)