[ADD] Make target to link all packages

This commit is contained in:
Bruno BELANYI 2019-12-17 18:22:43 +01:00
parent 510d768f2d
commit 46745f1f14

View file

@ -107,6 +107,9 @@ install-visual-deps:
yay -S $(VISUAL_DEPENDENCIES)
# Linking packages
.PHONY: link-all
link-all: link-cli link-visual
.PHONY: link-cli
link-cli: $(addprefix stow-,$(CLI_PACKAGES))