aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf79391..47fb4d6 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ $(HOME)/mnt/crypt/.keep: $(HOME)/mnt/suyin/enc
if [ ! -e $@ ]; then cryfs $? $(@D); fi
touch $@
-$(HOME)/txt/TODOs.md:
+$(HOME)/txt/TODOs.adoc:
mkdir -p $(@D)
touch $@
@@ -86,7 +86,7 @@ $(HOME)/txt/scratch.txt:
touch $@
$(XDG_DATA_HOME)/euandreh/e.list.txt: opt/aux/gen-e-list.sh \
- $(HOME)/txt/TODOs.md $(HOME)/txt/scratch.txt
+ $(HOME)/txt/TODOs.adoc $(HOME)/txt/scratch.txt
sh opt/aux/gen-e-list.sh > $@