diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |