From ce2f2b54bfc98ac901387f18bb59e6540efc7bde Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 17 Sep 2020 10:11:52 +0200 Subject: [PATCH] [FIX] Remove PHONY rules for stowing packages Apparently having them be PHONY rules makes it so that `make` ignores the rules... --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 697250b..58a88f2 100644 --- a/Makefile +++ b/Makefile @@ -147,8 +147,6 @@ link-cli: $(addprefix stow-,$(CLI_PACKAGES)) link-visual: $(addprefix stow-,$(VISUAL_PACKAGES)) # Installing configuration packages -.PHONY: $(addprefix stow-,$(CLI_PACKAGES)) -.PHONY: $(addprefix stow-,$(VISUAL_PACKAGES)) stow-%: % $(STOW) $<