about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-08-14 10:10:21 -0400
committerBen Harris <ben@tilde.team>2019-08-14 10:10:21 -0400
commit6744462d008057e40644a8bbb7902f0909298511 (patch)
treeae68c4658c44cf4bc417d4db54fb7d849fa69772 /Makefile
parent22ee872d525144f66540bc78e2d6032b570f87ed (diff)
pull remote changes when running make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 08370b0..c62bcb8 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ fish:
 
 fzf: fish
 	@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
-	git submodule update --init -- fzf/.fzf
+	git submodule update --remote --init -- fzf/.fzf
 	stow -t "$$HOME" fzf
 	~/.fzf/install --no-bash --no-zsh --no-completion --no-update-rc --key-bindings --64
 
@@ -84,7 +84,7 @@ vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
 	mkdir -p ~/.vim/{undodir,swap,backup}
 	chmod 700 ~/.vim/{undodir,swap,backup}
-	git submodule update --init -- vim/.vim/bundle
+	git submodule update --remote --init -- vim/.vim/bundle
 	stow -t "$$HOME" vim
 
 vscode: