Makefile overwrite if exists
This commit is contained in:
parent
55c7d11d5e
commit
2db18f58ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ NVIM_COFNIG = "${XDG_CONFIG_HOME}/nvim"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
ln -s `pwd` $(NVIM_COFNIG)
|
ln -sfn `pwd` $(NVIM_COFNIG)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(NVIM_COFNIG_DIR)
|
rm $(NVIM_COFNIG_DIR)
|
||||||
|
|
Loading…
Reference in a new issue