summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/.mutt/Makefile b/.mutt/Makefile
deleted file mode 100644
index a4b94ce..0000000
--- a/.mutt/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-HOME=/home/urbain
-TARGETS=$(addprefix $(HOME)/,.mutt .mutt/temp .mutt/cache .mutt/cache/bodies)
-
-all : $(TARGETS)
-
-$(HOME)/.mutt :
- rm -f $@ && ln -s $(PWD) $@
-
-$(HOME)/.mutt/temp :
- mkdir -p $@
-
-$(HOME)/.mutt/cache :
- mkdir -p $@
-
-$(HOME)/.mutt/cache/bodies :
- mkdir -p $@
-
-clean :
- rm -f $(TARGETS)