fix: Makefile
This commit is contained in:
parent
1f348351b4
commit
3d584eabeb
10
Makefile
10
Makefile
@ -1,13 +1,13 @@
|
||||
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)/dotfiles/.subbash ~
|
||||
ln -s $(PWD)/dotfiles/.bashrc ~
|
||||
ln -s $(PWD)/dotfiles/.zshrc ~
|
||||
ln -s $(PWD)/dotfiles/.vimrc ~
|
||||
|
||||
clean:
|
||||
rm -r .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git
|
||||
rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git
|
||||
|
||||
uninstall:
|
||||
rm -r ~/.subbash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user