diff options
author | EuAndreh <eu@euandre.org> | 2023-11-26 07:57:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-26 07:59:56 -0300 |
commit | 99851c7b88a3aa0dc8e0e667aaf4496784a477bf (patch) | |
tree | 13ab3f2baf3d63e76e85bb04e4e33abb6fcd5d72 | |
parent | Include derived config files in repository (diff) | |
download | asami-99851c7b88a3aa0dc8e0e667aaf4496784a477bf.tar.gz asami-99851c7b88a3aa0dc8e0e667aaf4496784a477bf.tar.xz |
Makefile: Put tld.txt dependency on Makefile inline
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,10 +56,10 @@ derived-assets = \ all: $(derived-assets) -$(derived-assets) src/config/tld.txt src/config/conf.env: Makefile +$(derived-assets) src/config/conf.env: Makefile -src/config/tld.txt: +src/config/tld.txt: Makefile echo '$(TLD)' > $@ system.sentinel: src/guix/system.scm src/config/tld.txt src/config/conf.env \ |