Make: fix userconfig target
This commit is contained in:
parent
3f7bf82cde
commit
59941bcfa9
|
@ -23,6 +23,6 @@ XDG_CONFIG_HOME ?= $(HOME)/.config
|
||||||
|
|
||||||
userconfig:
|
userconfig:
|
||||||
mkdir -p $(XDG_CONFIG_HOME)/kak/autoload
|
mkdir -p $(XDG_CONFIG_HOME)/kak/autoload
|
||||||
ln -rs rc/{asciidoc,client,cpp,diff,git,grep,kakrc,make}.kak $(XDG_CONFIG_HOME)/kak/autoload/
|
ln -s $(CURDIR)/rc/{asciidoc,client,cpp,diff,git,grep,kakrc,make}.kak $(XDG_CONFIG_HOME)/kak/autoload/
|
||||||
|
|
||||||
.PHONY: tags userconfig
|
.PHONY: tags userconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user