Makefile fix
This commit is contained in:
parent
7b9605be40
commit
ccac222e13
1 changed files with 4 additions and 5 deletions
9
Makefile
9
Makefile
|
@ -1,9 +1,8 @@
|
||||||
|
NVIM_CONFIG_DIR = "$${XDG_CONFIG_HOME:-$$HOME/.config}/nvim"
|
||||||
NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
|
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
ln -sfn `pwd` $(NVIM_COFNIG)
|
@mkdir -p $(NVIM_CONFIG_DIR)
|
||||||
|
@ln -sfn `pwd` $(NVIM_CONFIG_DIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(NVIM_COFNIG_DIR)
|
rm -rf $(NVIM_CONFIG_DIR)
|
||||||
|
|
Loading…
Reference in a new issue