mirror of https://tildegit.org/ben/dotfiles
update submodule before installing pb
parent
a86d372c55
commit
df8503643a
1
Makefile
1
Makefile
|
@ -71,6 +71,7 @@ nvim:
|
||||||
|
|
||||||
pb:
|
pb:
|
||||||
@printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)"
|
||||||
|
git submodule update --remote --init -- pb
|
||||||
$(MAKE) -C pb PREFIX=~/.local install
|
$(MAKE) -C pb PREFIX=~/.local install
|
||||||
|
|
||||||
vim:
|
vim:
|
||||||
|
|
Loading…
Reference in New Issue