aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-03 21:37:28 -0300
committerEuAndreh <eu@euandre.org>2022-06-03 21:37:30 -0300
commit6080ebcdf6069558a629732a1c75e1197b25b228 (patch)
tree491b9fe5a3d08cc068acbe51f9b033c6a81fce42 /Makefile
parentMakefile: Indent $(derived-assets) variable (diff)
downloadeuandre.org-6080ebcdf6069558a629732a1c75e1197b25b228.tar.gz
euandre.org-6080ebcdf6069558a629732a1c75e1197b25b228.tar.xz
aux/workflow/TODOs.sh: Emit HTML to STDOUT; amend Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 580e05c..cd9ecbe 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ favicon.ico: static/lord-favicon.ico
ln -fs static/lord-favicon.ico $@
TODOs.html: TODOs.md
- sh aux/workflow/TODOs.sh -n website -m public-inbox -o .
+ sh aux/workflow/TODOs.sh -n website -m public-inbox > $@