From 1013024bf51e4247269f8204c70cbaad877c8134 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Feb 2023 15:48:00 -0300 Subject: Makefile: Assert ~/Documents/txt/ exists --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 07d9992..df9f4ae 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,9 @@ $(HOME)/.ssh: $(XDG_DATA_HOME)/common-lisp/source: ln -s $(SRC)/libre $@ +$(HOME)/Documents/txt/: + mkdir -p $@ + $(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.sh sh opt/aux/gen-e-list.sh > $@ -- cgit v1.2.3