diff --git a/Makefile b/Makefile index 4c782b4..27d37a6 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ -install: ~/.bash_profile ~/.bashrc +install: mkdir -p ~/bin/dotlib - cp -r dotlib/*.sh ~/bin/dotlib - -~/.bash_profile: .bash_profile + cp -r dotlib/* ~/bin/dotlib cp -f .bash_profile ~/.bash_profile - -~/.bashrc: .bashrc cp -f .bashrc ~/.bashrc + cp -f .hushlogin ~/.hushlogin