Makefile fix#2
This commit is contained in:
parent
09dbefb006
commit
71446e7c7d
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -3,7 +3,6 @@ NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
|
|||
|
||||
|
||||
install:
|
||||
mkdir -p "$(NVIM_COFNIG)"
|
||||
ln -s `pwd` $(NVIM_COFNIG)
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue