aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68ed274..d1a201b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
+guix-sources = \
+ src/xyz/euandreh/packages.scm \
+ src/xyz/euandreh/posix.scm \
+ src/xyz/euandreh/latest.scm
+
all:
- guix build -f src/xyz/euandreh/packages.scm
+ for s in $(guix-sources); do guix build -f $$s; done
nix-shell --run ''
refresh: