diff options
author | EuAndreh <eu@euandre.org> | 2023-02-17 15:48:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-17 15:48:00 -0300 |
commit | 1013024bf51e4247269f8204c70cbaad877c8134 (patch) | |
tree | b5d2b024390912ee8a72e6cc7d73be95ffc21dac /Makefile | |
parent | bin/li: Assert $IMAGE dir exists before trying to write to it (diff) | |
download | dotfiles-1013024bf51e4247269f8204c70cbaad877c8134.tar.gz dotfiles-1013024bf51e4247269f8204c70cbaad877c8134.tar.xz |
Makefile: Assert ~/Documents/txt/ exists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 > $@ |