Makefiles update
This commit is contained in:
parent
6c942b01a8
commit
d35cf197f9
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,8 @@
|
|||
|
||||
NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
|
||||
|
||||
mkdir -p "$(NVIM_COFNIG)"
|
||||
|
||||
install:
|
||||
ln -s `pwd` $(NVIM_COFNIG)
|
||||
|
||||
|
|
Loading…
Reference in a new issue