diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 > $@ |