diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ INTO = $(HOME) INSTALL = \ agignore \ aspell.en.pws \ - bashrc \ ctags \ emacs.d \ gitconfig \ gitignore \ - tmux.conf - + tmux.conf \ + zshenv \ + zshrc INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) LN = @ln -sf |
