From 1df588158925ec1b6e3050c97ab40368647fb2ba Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Mar 2023 09:38:21 -0300 Subject: Makefile: buid Guix files in "all" target --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c02d7a..420eaf0 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ lisp-images = \ $(XDG_DATA_HOME)/lisp-cli/sbcl.image \ derived-assets = \ + result-home \ + result-system \ $(pod2man) \ $(XDG_STATE_HOME)/ssh/conn \ $(XDG_CONFIG_HOME)/ssh/id_rsa.pub \ @@ -31,6 +33,12 @@ tilde: @cd $(PRIV_CONFIG) && $(MAKE) +result-home: + guix build -r $@ -v3 -f etc/guix/home.scm + +result-system: + guix build -r $@ -v3 -f etc/guix/system.scm + share/man/man1/x.1 share/man/man1/z.1: pod2man bin/`basename $@ .1` > $@ -- cgit v1.2.3