aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-17 15:48:00 -0300
committerEuAndreh <eu@euandre.org>2023-02-17 15:48:00 -0300
commit1013024bf51e4247269f8204c70cbaad877c8134 (patch)
treeb5d2b024390912ee8a72e6cc7d73be95ffc21dac /Makefile
parentbin/li: Assert $IMAGE dir exists before trying to write to it (diff)
downloaddotfiles-1013024bf51e4247269f8204c70cbaad877c8134.tar.gz
dotfiles-1013024bf51e4247269f8204c70cbaad877c8134.tar.xz
Makefile: Assert ~/Documents/txt/ exists
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 > $@