dotfiles/Makefile

10 lines
204 B
Makefile

install: ~/.bash_profile ~/.bashrc
mkdir -p ~/bin/dotlib
cp -r dotlib/*.sh ~/bin/dotlib
~/.bash_profile: .bash_profile
cp -f .bash_profile ~/.bash_profile
~/.bashrc: .bashrc
cp -f .bashrc ~/.bashrc