From ae462aa90875bd5113f295f29ad156a2ca90c8d2 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 24 Oct 2022 19:23:30 -0500 Subject: [PATCH] Make build system install everything --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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