aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b0bad7..9b87d65 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@ NAME = package-repository
MAILING_LIST = public-inbox
guix-sources = \
+ src/xyz/euandreh/queue.scm \
src/xyz/euandreh/latest.scm \
src/xyz/euandreh/packages.scm \
src/xyz/euandreh/posix.scm \
- src/xyz/euandreh/queue.scm \
src/xyz/euandreh/pending.scm
all:
- for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s; done
+ for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done
nix-shell --run ''
refresh: