From bbaf6bd4357e9c15f344afd9e6e2345e19c5f2dd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 13 Jan 2022 02:32:21 -0300 Subject: Makefile.dynamic: add --- Makefile.dynamic | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile.dynamic diff --git a/Makefile.dynamic b/Makefile.dynamic new file mode 100644 index 0000000..bbcb508 --- /dev/null +++ b/Makefile.dynamic @@ -0,0 +1,7 @@ +include torrent-files.mk + +torrents: $(torrent-files) + +# Missing -c and -w +$(torrent-files): torrent-files.mk + mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" -- cgit v1.2.3