about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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: