aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dfc5f89..4c97e52 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
guix-sources = \
+ src/xyz/euandreh/latest.scm \
src/xyz/euandreh/packages.scm \
src/xyz/euandreh/posix.scm \
- src/xyz/euandreh/latest.scm
+ src/xyz/euandreh/queue.scm \
all:
- for s in $(guix-sources); do guix build -f $$s; done
+ for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done
nix-shell --run ''
refresh: