X-Git-Url: http://id.pley.net/dotfiles.git/blobdiff_plain/4ff2c1b8d4fca75078da7e36f7ec1421749b43cb..2ea666b3ad4c9f6a2e58c969385e8e391e325ae9:/Makefile diff --git a/Makefile b/Makefile index 78ab1dc..7970d7c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DOTFILES := $(shell pwd) -all: ~/.aliases ~/.bash_login ~/.ssh/ssh_config ~/.vimrc ~/.zlogin +all: ~/.aliases ~/.bash_login ~/.ssh/ssh_config ~/.vimrc ~/.zlogin ~/.lldbinit ~/.aliases: $(DOTFILES)/aliases ln -fs $^ $@ ~/.bash_login: $(DOTFILES)/bash_login @@ -11,3 +11,5 @@ all: ~/.aliases ~/.bash_login ~/.ssh/ssh_config ~/.vimrc ~/.zlogin ln -fs $^ $@ ~/.zlogin: $(DOTFILES)/zsh_login ln -fs $^ $@ +~/.lldbinit: $(DOTFILES)/lldbinit + ln -fs $^ $@ \ No newline at end of file