From 7149faf947eade62a317cadabfb924c4b668f88f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 15:00:37 +0200 Subject: [PATCH] use comma --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1720808..b33f8db 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ distdirminified: distdir size: $(PROGNAME) size: SIZEFILES = $(PROGNAME) $(filter-out $(VSCFILES) COPYING,$(EXTRAFILES)) -size: SIZEINFOS = ("; printf $$1; print ", soit $(foreach f,$(SIZEFILES),$(f),))" +size: SIZEINFOS = ("; printf $$1; print ", soit $(shell echo $(SIZEFILES) | sed 's/ /, /g'))" size: @$(DU) --total $(SIZEFILES) | \ $(TAIL) -n 1 | \