diff options
author | EuAndreh <eu@euandre.org> | 2022-11-22 07:17:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-22 07:17:29 -0300 |
commit | 67519acd914ff9ea918531156347bc6f53fe9efa (patch) | |
tree | 2bf10ba888bf994a832c8c76f1a233690fa8b180 /Makefile | |
parent | src/xyz/euandreh/packages.scm: Update guile-heredoc version (diff) | |
download | package-repository-67519acd914ff9ea918531156347bc6f53fe9efa.tar.gz package-repository-67519acd914ff9ea918531156347bc6f53fe9efa.tar.xz |
Makefile: Run build once over doing in a loop
Diffstat (limited to '')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |