From 433b34653757a85912d3fb03f4b9245747d36df8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Mar 2023 10:04:16 -0300 Subject: Makefile: Store Guix result symlinks under var --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 420eaf0..2a63e40 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ lisp-images = \ $(XDG_DATA_HOME)/lisp-cli/sbcl.image \ derived-assets = \ - result-home \ - result-system \ + var/result-home \ + var/result-system \ $(pod2man) \ $(XDG_STATE_HOME)/ssh/conn \ $(XDG_CONFIG_HOME)/ssh/id_rsa.pub \ @@ -33,10 +33,10 @@ tilde: @cd $(PRIV_CONFIG) && $(MAKE) -result-home: +var/result-home: guix build -r $@ -v3 -f etc/guix/home.scm -result-system: +var/result-system: guix build -r $@ -v3 -f etc/guix/system.scm share/man/man1/x.1 share/man/man1/z.1: -- cgit v1.2.3