[ADD] Make target to link all packages
This commit is contained in:
parent
510d768f2d
commit
46745f1f14
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue