summaryrefslogtreecommitdiff
path: root/.mutt/Makefile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
commit2dc9d4299442280e9e2b386de66507edc3d7b681 (patch)
treee8c5f89fc508bad1e61f152b774103a574396c56 /.mutt/Makefile
parentf6b127215458a80424453d931e1d41a516f528bd (diff)
Simplify install script
Diffstat (limited to '.mutt/Makefile')
-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)