diff options
author | EuAndreh <eu@euandre.org> | 2024-08-21 11:23:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-21 11:23:33 -0300 |
commit | 4d0585d02f53ed14462763178d47f21fa46fa7d3 (patch) | |
tree | 1e45ccc5e26932f3d939578408fa459ecaadb812 /Makefile | |
parent | Recover known-hosts.txt specific to this server (diff) | |
download | toph-4d0585d02f53ed14462763178d47f21fa46fa7d3.tar.gz toph-4d0585d02f53ed14462763178d47f21fa46fa7d3.tar.xz |
mv src/tld.txt src/config/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,10 +36,10 @@ all: $(derived-assets) $(derived-assets): Makefile -src/tld.txt: Makefile +src/config/tld.txt: Makefile echo '$(TLD)' > $@ -system.scm.sentinel: src/guix/system.scm src/tld.txt +system.scm.sentinel: src/guix/system.scm src/config/tld.txt rm -f `basename $@ .sentinel`* guix build -v3 -r`basename $@ .sentinel` -Kf src/guix/`basename $@ .sentinel` touch $@ |