about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-05-12 17:07:16 -0400
committerBen Harris <ben@tilde.team>2021-05-12 17:07:16 -0400
commitdf8503643a38c36e09627d92f70cb4f0c59f6ab8 (patch)
tree9fb1bf0d2011def83ca30c4423583d89b73f5594 /Makefile
parenta86d372c553e5b367a026ea183126618ed471eaf (diff)
update submodule before installing pb
Diffstat (limited to 'Makefile')
-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: