aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-28 19:09:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-28 19:09:13 +1300
commita52f5d36191c6ce5b0ba945a3fae51e4228179bf (patch)
treef891c9cd1c423fae5e2befc6a628956807858e80 /Makefile
parentAdd stbl(1) (diff)
downloaddotfiles-a52f5d36191c6ce5b0ba945a3fae51e4228179bf.tar.gz
dotfiles-a52f5d36191c6ce5b0ba945a3fae51e4228179bf.zip
Remove old targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 38c590e7..6d521cd1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,6 @@
clean \
distclean \
gnupg \
- vim \
- vim-plugins \
install \
install-abook \
install-bash \
@@ -44,7 +42,7 @@
test-sh \
test-urxvt
-all : gnupg vim
+all : gnupg
clean :
rm -f gnupg/gpg.conf
@@ -202,7 +200,7 @@ install-vim-config :
install-gvim-config :
install -pm 0644 -- vim/gvimrc "$(HOME)"/.gvimrc
-install-vim-plugins : vim-plugins install-vim-config
+install-vim-plugins : install-vim-config
install -m 0755 -d -- "$(HOME)"/.vim/bundle
find vim/bundle -name .git -prune -o \
\( -type d -print \) | \