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