Commit 52f1c13
Changed files (1)
Makefile
@@ -2,10 +2,6 @@ SHELL := /bin/bash
default: export GIT_ALLOW_PROTOCOL=file:git:http:https:ssh
default:
- git submodule update --init --remote
ln -sfn ${PWD}/vimrc ${HOME}/.vimrc
ln -sfn ${PWD} ${HOME}/.vim
-
-update:
- git pull origin master
- git submodule foreach 'git fetch origin && git reset --hard origin/master'
+ git submodule update --init --remote