diff options
-rw-r--r-- | Makefile.dynamic | 1 | ||||
-rw-r--r-- | TODOs.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.dynamic b/Makefile.dynamic index a9b0598..89791c9 100644 --- a/Makefile.dynamic +++ b/Makefile.dynamic @@ -3,6 +3,5 @@ include deps.mk torrents: $(torrent-files) -# Missing -c and -w $(torrent-files): files.mk deps.mk mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" @@ -1,5 +1,8 @@ # Tasks +## TODO Recover `mktorrent` flags, in `Makefile.dynamic` {#td-d5370885-16f3-acf8-7e7a-a65d794242ee} +- TODO in 2022-01-16 + ## TODO FIXME {#td-ca1035f1-dadf-1f10-c371-d4f2bca682cb} - TODO in 2022-01-16 |