aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-24 17:58:38 -0300
committerEuAndreh <eu@euandre.org>2021-08-24 17:58:38 -0300
commit942991a522787391598592b897eb07657a8dc0a4 (patch)
treeab1c7e32a355c2042837c50e902374ccfd214597
parentMakefile: Use single quotes around macro expansions for paths and names (diff)
downloadgit-permalink-942991a522787391598592b897eb07657a8dc0a4.tar.gz
git-permalink-942991a522787391598592b897eb07657a8dc0a4.tar.xz
TODOs.md: Mark #task-c88197ce-ade4-2d30-07fb-b52cf004a201 as DONE
-rw-r--r--TODOs.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index 6907d97..db5cf5d 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -1,6 +1,10 @@
# Tasks
-## TODO Add quotes around `$(DESTDIR)$(PREFIX)` in Makefile and test it with directories that have spaces {#task-c88197ce-ade4-2d30-07fb-b52cf004a201}
+## DONE Add quotes around `$(DESTDIR)$(PREFIX)` in Makefile and test it with directories that have spaces {#task-c88197ce-ade4-2d30-07fb-b52cf004a201}
+- DONE in 2021-08-24
+
+ Done in
+ [`01dacd5677f5f5cc71a9253eb9829a36ccf13444`](https://git.euandreh.xyz/git-permalink/commit/?id=01dacd5677f5f5cc71a9253eb9829a36ccf13444).
- TODO in 2021-08-24
## TODO Remove dependency on Pandoc {#task-e8d9a644-ead4-af05-8582-eef22af90633}