diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ repo-secrets.txt = $(repo-secrets.txt.gpg:.gpg=) derived-assets = \ - src/config/tld.txt \ + src/tld.txt \ system.scm.sentinel \ side-assets = \ @@ -37,10 +37,10 @@ all: $(derived-assets) $(derived-assets): Makefile -src/config/tld.txt: +src/tld.txt: echo '$(TLD)' > $@ -system.scm.sentinel: src/guix/system.scm src/config/tld.txt +system.scm.sentinel: src/guix/system.scm src/tld.txt rm -f `basename $@ .sentinel`* guix build -v3 -r`basename $@ .sentinel` -Kf src/guix/`basename $@ .sentinel` touch $@ |
