From 389dcaa6dd5707fe3a2b07a6ec8d9be9bb6f435e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 19 Oct 2018 02:11:31 -0400 Subject: none of my plugins have compiled bits anymore --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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' -- cgit v1.2.3-54-g00ecf