diff options
author | EuAndreh <eu@euandre.org> | 2022-06-03 21:37:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-03 21:37:30 -0300 |
commit | 6080ebcdf6069558a629732a1c75e1197b25b228 (patch) | |
tree | 491b9fe5a3d08cc068acbe51f9b033c6a81fce42 /Makefile | |
parent | Makefile: Indent $(derived-assets) variable (diff) | |
download | euandre.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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $@ |