summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 02:11:31 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 02:11:31 -0400
commit389dcaa6dd5707fe3a2b07a6ec8d9be9bb6f435e (patch)
tree34b38918646a2835707d8342bb180a43a1596dd6 /Makefile
parent798e9f2fbd7f9450c49a970e7ee9d2f3a3918244 (diff)
downloadconf-389dcaa6dd5707fe3a2b07a6ec8d9be9bb6f435e.tar.gz
conf-389dcaa6dd5707fe3a2b07a6ec8d9be9bb6f435e.zip
none of my plugins have compiled bits anymore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bfd5f5..371955b 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,6 @@ clean :
update :
@git submodule foreach '(if [ $$path == "vim/pack/filetype/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
- @$(MAKE) build
versions :
@git submodule foreach -q 'printf "%-53s" " $$path" && GIT_PAGER=cat git show -s --format=format:%cI%n $$sha1'