aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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` > $@