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