From b738382b3f31b38eab8175a69bd61b1e622169a9 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 23 Nov 2021 03:50:26 +0300 Subject: [PATCH] fix: Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bbd806c..b03227a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all: install install: - ln -s $(PWD)/dotfiles/.subbash ~ - ln -s $(PWD)/dotfiles/.bashrc ~ - ln -s $(PWD)/dotfiles/.zshrc ~ - ln -s $(PWD)/dotfiles/.vimrc ~ + ln -s $(PWD)/.subbash ~ + ln -s $(PWD)/.bashrc ~ + ln -s $(PWD)/.zshrc ~ + ln -s $(PWD)/.vimrc ~ clean: rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git