From 174b73a4681394899a3b2ef280bfd63388fc4aa6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Feb 2023 16:01:43 -0300 Subject: Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 > $@ -- cgit v1.2.3