aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b374bfb..e6b045b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ guix-sources = \
src/xyz/euandreh/queue.scm \
all:
- for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done
+ for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s; done
nix-shell --run ''
refresh: