Makefile bugfix
This commit is contained in:
parent
3cd60f16c7
commit
f93462a474
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
|
||||
NVIM_COFNIG = "${XDG_CONFnG_HOME}/nvim"
|
||||
NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
|
||||
|
||||
install:
|
||||
ln -s `pwd` $(NVIM_COFNIG)
|
||||
|
|
Loading…
Reference in a new issue