diff options
author | EuAndreh <eu@euandre.org> | 2024-08-24 09:04:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-24 09:04:55 -0300 |
commit | f9091fdc4cbe38795e7b65952f9a93998b2416b5 (patch) | |
tree | f73a4b8b99eedb447da0d36ee9f8e56369d3ed3d | |
parent | Move IPs to src/config/ipv{4,6}.txt (diff) | |
download | server-f9091fdc4cbe38795e7b65952f9a93998b2416b5.tar.gz server-f9091fdc4cbe38795e7b65952f9a93998b2416b5.tar.xz |
Makefile: Simplify building system.scm.sentinel
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |