[ADD] Make target to link all packages
This commit is contained in:
parent
510d768f2d
commit
46745f1f14
3
Makefile
3
Makefile
|
@ -107,6 +107,9 @@ install-visual-deps:
|
||||||
yay -S $(VISUAL_DEPENDENCIES)
|
yay -S $(VISUAL_DEPENDENCIES)
|
||||||
|
|
||||||
# Linking packages
|
# Linking packages
|
||||||
|
.PHONY: link-all
|
||||||
|
link-all: link-cli link-visual
|
||||||
|
|
||||||
.PHONY: link-cli
|
.PHONY: link-cli
|
||||||
link-cli: $(addprefix stow-,$(CLI_PACKAGES))
|
link-cli: $(addprefix stow-,$(CLI_PACKAGES))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue