aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-17 16:01:43 -0300
committerEuAndreh <eu@euandre.org>2023-02-17 16:01:43 -0300
commit174b73a4681394899a3b2ef280bfd63388fc4aa6 (patch)
tree500a5b97a5832ebda176b9c9770680ff814a1289
parentMakefile: Fix "clean" target (diff)
downloaddotfiles-174b73a4681394899a3b2ef280bfd63388fc4aa6.tar.gz
dotfiles-174b73a4681394899a3b2ef280bfd63388fc4aa6.tar.xz
Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a4b96fd..6ddc362 100644
--- a/Makefile
+++ b/Makefile
@@ -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 > $@