From df8503643a38c36e09627d92f70cb4f0c59f6ab8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 12 May 2021 17:07:16 -0400 Subject: [PATCH] update submodule before installing pb --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad10370..e6439fd 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ nvim: pb: @printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)" + git submodule update --remote --init -- pb $(MAKE) -C pb PREFIX=~/.local install vim: