aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e379585..21e54d2 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@