summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-15 16:31:16 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-15 16:31:31 -0400
commit8a2134651774fd72987be5c97956713ad094f35b (patch)
treecddce59a41eb7d63ca1de36a7ceed33808f26137 /Makefile
parent652c367bc902a8db8ccb8e15cae444b9303fb187 (diff)
downloadconf-8a2134651774fd72987be5c97956713ad094f35b.tar.gz
conf-8a2134651774fd72987be5c97956713ad094f35b.zip
do a better job of creating necessary empty dirs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e308f87..036cc29 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ BUILD = bin/nethack/timettyrec \
vim/bundle/vimproc/autoload/vimproc_unix.so \
vim/spell/en.utf-8.add.spl
-EMPTYDIRS = .log .vim/undo
+EMPTYDIRS = $(patsubst services/%,$(INTO)/.log/%,$(wildcard services/*)) .vim/undo .cache/mutt/headers .cache/mutt/bodies
ECHO = @echo
LN = @ln -sf