Makefile: fix git on dottie upd8s
This commit is contained in:
parent
4824354812
commit
c0242226d6
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ endif
|
||||||
install: $(INSTALL)
|
install: $(INSTALL)
|
||||||
|
|
||||||
$(HOME)/.aliases:
|
$(HOME)/.aliases:
|
||||||
mkdir $@
|
mkdir -p $@
|
||||||
|
|
||||||
$(HOME)/.aliases/%: .aliases/% $(HOME)/.aliases
|
$(HOME)/.aliases/%: .aliases/% $(HOME)/.aliases
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
@ -49,6 +49,6 @@ $(HOME)/.vim/bundle:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
$(HOME)/.vim/bundle/Vundle.vim: $(HOME)/.vim/bundle
|
$(HOME)/.vim/bundle/Vundle.vim: $(HOME)/.vim/bundle
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git $@
|
git clone https://github.com/VundleVim/Vundle.vim.git $@ || cd $@; git pull; exit 0
|
||||||
|
|
||||||
.PHONY: aliases profileds
|
.PHONY: aliases profileds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue