[FIX] Remove PHONY rules for stowing packages
Apparently having them be PHONY rules makes it so that `make` ignores the rules...
This commit is contained in:
parent
13702a21e7
commit
ce2f2b54bf
2
Makefile
2
Makefile
|
@ -147,8 +147,6 @@ link-cli: $(addprefix stow-,$(CLI_PACKAGES))
|
||||||
link-visual: $(addprefix stow-,$(VISUAL_PACKAGES))
|
link-visual: $(addprefix stow-,$(VISUAL_PACKAGES))
|
||||||
|
|
||||||
# Installing configuration packages
|
# Installing configuration packages
|
||||||
.PHONY: $(addprefix stow-,$(CLI_PACKAGES))
|
|
||||||
.PHONY: $(addprefix stow-,$(VISUAL_PACKAGES))
|
|
||||||
stow-%: %
|
stow-%: %
|
||||||
$(STOW) $<
|
$(STOW) $<
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue