diff options
author | EuAndreh <eu@euandre.org> | 2022-01-16 17:55:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-16 17:55:11 -0300 |
commit | 0b964f64d37ce6eb84aa4aea92de8a58eee563dd (patch) | |
tree | 05e4415f95cae4c197d9ca3be13a843a8dc25c0e | |
parent | aux/containers/guix/manifest.scm: Add Python to create static file server (diff) | |
download | euandre.org-0b964f64d37ce6eb84aa4aea92de8a58eee563dd.tar.gz euandre.org-0b964f64d37ce6eb84aa4aea92de8a58eee563dd.tar.xz |
TODOs.md: Add #td-d5370885-16f3-acf8-7e7a-a65d794242ee
Diffstat (limited to '')
-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 |