aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-17 09:38:21 -0300
committerEuAndreh <eu@euandre.org>2023-03-17 09:38:21 -0300
commit1df588158925ec1b6e3050c97ab40368647fb2ba (patch)
tree121935e46e6be9a2f8b96c1298afb9dd5b8f1811 /Makefile
parentetc/guix/system.scm: Remove unused imports, use import macros (diff)
downloaddotfiles-1df588158925ec1b6e3050c97ab40368647fb2ba.tar.gz
dotfiles-1df588158925ec1b6e3050c97ab40368647fb2ba.tar.xz
Makefile: buid Guix files in "all" target
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` > $@