From 6e690b2694628292b52bac7baa5f8a39a045884c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Feb 2021 21:40:39 -0300 Subject: Makefile: build all Guix packages in "all" target --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3