From 5beee1730f38578eab05e5cfabc382cdf9490e81 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:02:49 -0300 Subject: Update references from ~/Documents/txt/ to ~/txt/ --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 741a4f7..6e2e5dd 100644 --- a/Makefile +++ b/Makefile @@ -77,16 +77,16 @@ $(HOME)/mnt/crypt/.keep: $(HOME)/mnt/suyin/enc if [ ! -e $@ ]; then cryfs $? $(@D); fi touch $@ -$(HOME)/Documents/txt/TODOs.md: +$(HOME)/txt/TODOs.md: mkdir -p $(@D) touch $@ -$(HOME)/Documents/txt/scratch.txt: +$(HOME)/txt/scratch.txt: mkdir -p $(@D) touch $@ $(XDG_DATA_HOME)/euandreh/e.list.txt: opt/aux/gen-e-list.sh \ - $(HOME)/Documents/txt/TODOs.md $(HOME)/Documents/txt/scratch.txt + $(HOME)/txt/TODOs.md $(HOME)/txt/scratch.txt sh opt/aux/gen-e-list.sh > $@ -- cgit v1.2.3