aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-24 21:40:39 -0300
committerEuAndreh <eu@euandre.org>2021-02-24 21:40:39 -0300
commit6e690b2694628292b52bac7baa5f8a39a045884c (patch)
treec63398d5a8492e726a790208e4d0e52a89998340
parentscripts/paku: Generate indented code that matches Guix's etc/indent.el (diff)
downloadpackage-repository-6e690b2694628292b52bac7baa5f8a39a045884c.tar.gz
package-repository-6e690b2694628292b52bac7baa5f8a39a045884c.tar.xz
Makefile: build all Guix packages in "all" target
-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: