diff --git a/Makefile b/Makefile index e962585..06bd7b3 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ FILES = .bash_aliases .bashrc .inputrc .profile .vimrc .xsessionrc install: cp -v $(FILES) $(HOME) - cp -rv bin $(HOME)/bin + cp -rv bin/* $(HOME)/bin cp -rv .local $(HOME) - cp -rv .config $(HOME) \ No newline at end of file + cp -rv .config $(HOME)