Make build system install everything

This commit is contained in:
Nick Chambers 2022-10-24 19:23:30 -05:00
parent 0840f2072f
commit ae462aa908
1 changed files with 3 additions and 6 deletions

View File

@ -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