diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-01-22 10:19:43 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-01-22 10:19:43 -0800 |
commit | 3997f8a69f7fb34a6e9b3c6a228c3e1f919c616e (patch) | |
tree | 98b4f76a4372590ec375b694f536c8943a40fab8 | |
parent | [emacs] slightly smaller font. (diff) | |
download | emacs.d-3997f8a69f7fb34a6e9b3c6a228c3e1f919c616e.tar.gz |
[makefile] clean it up by removing vim and bin
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile index 244a3a6..af99024 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,10 @@ INSTALL = \ bash_login \ bash_logout \ bashrc \ - bin \ emacs.d \ gitconfig \ gitignore \ - tmux.conf \ - vim \ - vimrc + tmux.conf git: git config --local user.email "franckcuny@gmail.com" |