From f9091fdc4cbe38795e7b65952f9a93998b2416b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 09:04:55 -0300 Subject: Makefile: Simplify building system.scm.sentinel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b245a9..9349921 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ src/config/offsite-ssh.txt: Makefile echo '$(OFFSITE_SSH)' | ifnew $@ system.scm.sentinel: src/guix/system.scm src/config/tld.txt src/config/offsite-ssh.txt - rm -f `basename $@ .sentinel`* - guix build -v3 -r`basename $@ .sentinel` -Kf src/guix/`basename $@ .sentinel` + rm -f system.scm* + guix build -v3 -r system.scm -Kf src/guix/system.scm touch $@ .SUFFIXES: .stripped -- cgit v1.2.3