From 67519acd914ff9ea918531156347bc6f53fe9efa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 22 Nov 2022 07:17:29 -0300 Subject: Makefile: Run build once over doing in a loop --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1057e62..8c2c0d7 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,11 @@ MAILING_LIST = public-inbox TRANSLATIONS = pt fr eo es CONTRIBLANGS = -guix-sources = \ - src/xyz/euandreh/packages.scm \ - src/xyz/euandreh/queue.scm \ all: - for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done + guix build -Lsrc/ -K \ + -f src/xyz/euandreh/packages.scm \ + -f src/xyz/euandreh/queue.scm \ refresh: sh scripts/paku -rg -- cgit v1.2.3