aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODOs.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODOs.md b/TODOs.md
index 835e4ec..0d06ac6 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -1,5 +1,17 @@
# Tasks
+## TODO Consider using `.DEFAULT` to move all of `Makefile` into `dynamic.mk` {#td-330c7f45-2c2d-6066-b1a0-4357f7b09259}
+- TODO in 2022-06-01
+
+---
+
+As in:
+
+```
+.DEFAULT:
+ $(MAKE) -f dynamic.mk $<
+```
+
## TODO Use Opus over Ogg for podcasts {#td-2de2f57c-0773-530f-f6cf-70836080f46f}
- TODO in 2022-06-01