diff options
author | EuAndreh <eu@euandre.org> | 2022-01-16 16:39:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-16 16:39:07 -0300 |
commit | 0e8c6759f81c47ce76f81207467f17667ff67661 (patch) | |
tree | 339592a67cfb9407e1e6d29e0d2b75e1f4534cbe /Makefile.dynamic | |
parent | resources/podcasts/2020-12-19-a-test-entry.flac: Update thumbnail with favico... (diff) | |
download | euandre.org-0e8c6759f81c47ce76f81207467f17667ff67661.tar.gz euandre.org-0e8c6759f81c47ce76f81207467f17667ff67661.tar.xz |
Makefile{,.dynamic}: Glue these files together using {files,deps}.mk
Diffstat (limited to '')
-rw-r--r-- | Makefile.dynamic | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.dynamic b/Makefile.dynamic index bbcb508..a9b0598 100644 --- a/Makefile.dynamic +++ b/Makefile.dynamic @@ -1,7 +1,8 @@ -include torrent-files.mk +include files.mk +include deps.mk torrents: $(torrent-files) # Missing -c and -w -$(torrent-files): torrent-files.mk +$(torrent-files): files.mk deps.mk mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" |