diff options
author | EuAndreh <eu@euandre.org> | 2023-02-17 16:01:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-17 16:01:43 -0300 |
commit | 174b73a4681394899a3b2ef280bfd63388fc4aa6 (patch) | |
tree | 500a5b97a5832ebda176b9c9770680ff814a1289 | |
parent | Makefile: Fix "clean" target (diff) | |
download | dotfiles-174b73a4681394899a3b2ef280bfd63388fc4aa6.tar.gz dotfiles-174b73a4681394899a3b2ef280bfd63388fc4aa6.tar.xz |
Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ $(XDG_DATA_HOME)/common-lisp/source: $(HOME)/Documents/txt/: mkdir -p $@ + touch $@/TODOs.md + touch $@/scratch.txt $(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.sh sh opt/aux/gen-e-list.sh > $@ |