mirror of https://tildegit.org/ben/dotfiles
fix makefile path
parent
b1ddc6f1c6
commit
c03ab6f2e8
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ git:
|
||||||
vim:
|
vim:
|
||||||
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
|
||||||
stow -t "$$HOME" vim
|
stow -t "$$HOME" vim
|
||||||
~/.spf13-vim/bootstrap.sh
|
~/spf13-vim/bootstrap.sh
|
||||||
|
|
||||||
mutt:
|
mutt:
|
||||||
@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"
|
@printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)"
|
||||||
|
|
Loading…
Reference in New Issue